[46264] trunk/dports/x11/Xaw3d/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 1 13:58:30 PST 2009


Revision: 46264
          http://trac.macports.org/changeset/46264
Author:   jeremyhu at macports.org
Date:     2009-02-01 13:58:30 -0800 (Sun, 01 Feb 2009)
Log Message:
-----------
Xaw3d: Fix building with +system_x11 variant X11 libs.  Fixes #18204

Modified Paths:
--------------
    trunk/dports/x11/Xaw3d/Portfile

Modified: trunk/dports/x11/Xaw3d/Portfile
===================================================================
--- trunk/dports/x11/Xaw3d/Portfile	2009-02-01 21:56:40 UTC (rev 46263)
+++ trunk/dports/x11/Xaw3d/Portfile	2009-02-01 21:58:30 UTC (rev 46264)
@@ -58,6 +58,8 @@
 
 if {[file exists ${prefix}/lib/pkgconfig/x11.pc]} {
     build.target-append  INCROOT=${prefix}/include
+} else {
+    build.target-append  SHLIBGLOBALSFLAGS=-L${x11prefix}/lib
 }
 
 # The Imakefile default is to install everything into /usr/X11R6/lib,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090201/9654aefa/attachment.html>


More information about the macports-changes mailing list