[47575] trunk/dports/x11/SoXt/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Feb 28 17:26:26 PST 2009


Revision: 47575
          http://trac.macports.org/changeset/47575
Author:   jeremyhu at macports.org
Date:     2009-02-28 17:26:25 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
SoXt: Don't need the pkgconfig workaround

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

Modified: trunk/dports/x11/SoXt/Portfile
===================================================================
--- trunk/dports/x11/SoXt/Portfile	2009-03-01 01:23:49 UTC (rev 47574)
+++ trunk/dports/x11/SoXt/Portfile	2009-03-01 01:26:25 UTC (rev 47575)
@@ -43,15 +43,6 @@
         configure.cppflags-append -I${x11prefix}/include
         configure.ldflags-append  -L${x11prefix}/lib
     }
-
-    # And this will similarly get ports that use pkgconfig to find our pkgconfig-less libX11
-    post-destroot {
-        if {![file exists ${x11prefix}/lib/pkgconfig/x11.pc]} {
-            foreach pc [glob ${destroot}${prefix}/lib/pkgconfig/*.pc] {
-                reinplace "s:-lX11:-L${prefix}/lib -L${x11prefix}/lib -lX11:g" ${pc}
-            }
-        }
-    }
 }
 
 platform darwin {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090228/f2beeb1c/attachment-0001.html>


More information about the macports-changes mailing list