[115073] trunk/dports/devel/libsdl2_ttf/Portfile

jmr at macports.org jmr at macports.org
Mon Dec 23 13:09:48 PST 2013


Revision: 115073
          https://trac.macports.org/changeset/115073
Author:   jmr at macports.org
Date:     2013-12-23 13:09:48 -0800 (Mon, 23 Dec 2013)
Log Message:
-----------
libsdl2_ttf: use pkg-config instead of freetype-config to avoid overlinking

Modified Paths:
--------------
    trunk/dports/devel/libsdl2_ttf/Portfile

Modified: trunk/dports/devel/libsdl2_ttf/Portfile
===================================================================
--- trunk/dports/devel/libsdl2_ttf/Portfile	2013-12-23 19:22:39 UTC (rev 115072)
+++ trunk/dports/devel/libsdl2_ttf/Portfile	2013-12-23 21:09:48 UTC (rev 115073)
@@ -5,6 +5,7 @@
 name            libsdl2_ttf
 set my_name	    SDL2_ttf
 version         2.0.12
+revision        1
 categories      devel graphics
 platforms       darwin
 license         zlib
@@ -26,7 +27,8 @@
 depends_lib     port:libsdl2 \
                 port:freetype
 
-configure.args  --disable-sdltest
+configure.args  --disable-sdltest \
+                ac_cv_path_FREETYPE_CONFIG="pkg-config freetype2"
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131223/c429d94f/attachment.html>


More information about the macports-changes mailing list