[88077] trunk/dports/x11/gtk1/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Dec 18 00:09:01 PST 2011
Revision: 88077
http://trac.macports.org/changeset/88077
Author: ryandesign at macports.org
Date: 2011-12-18 00:08:59 -0800 (Sun, 18 Dec 2011)
Log Message:
-----------
gtk1: indicate where the X11 libraries are, to help clang; see #32561
Modified Paths:
--------------
trunk/dports/x11/gtk1/Portfile
Modified: trunk/dports/x11/gtk1/Portfile
===================================================================
--- trunk/dports/x11/gtk1/Portfile 2011-12-18 05:43:45 UTC (rev 88076)
+++ trunk/dports/x11/gtk1/Portfile 2011-12-18 08:08:59 UTC (rev 88077)
@@ -47,7 +47,9 @@
configure.cppflags-delete "-I${prefix}/include"
configure.args --disable-nls --disable-shm --with-locale \
--mandir=${prefix}/share/man \
- --infodir=${prefix}/share/info
+ --infodir=${prefix}/share/info \
+ --x-includes=${prefix}/include \
+ --x-libraries=${prefix}/lib
post-destroot {
ln -sf libgdk-1.2.0.9.1.dylib ${destroot}${prefix}/lib/libgdk.1.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111218/eb65e107/attachment.html>
More information about the macports-changes
mailing list