[47561] trunk/dports/net/ns-2/Portfile

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


Revision: 47561
          http://trac.macports.org/changeset/47561
Author:   jeremyhu at macports.org
Date:     2009-02-28 17:02:01 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
ns-2: Cleanup X11 linking... I could not compile this package due to some tcl issues... so I can't verify it... hopefully someone fill fix the tcl issues, and I'll verify it.

Modified Paths:
--------------
    trunk/dports/net/ns-2/Portfile

Modified: trunk/dports/net/ns-2/Portfile
===================================================================
--- trunk/dports/net/ns-2/Portfile	2009-03-01 00:58:21 UTC (rev 47560)
+++ trunk/dports/net/ns-2/Portfile	2009-03-01 01:02:01 UTC (rev 47561)
@@ -32,12 +32,10 @@
                         --with-otcl=${prefix} \
                         --with-tclcl=${prefix} \
                         --with-perl=${prefix}/bin \
-                        --prefix=${prefix} \
-			CPPFLAGS='-I${x11prefix}/include' \
-			LDFLAGS='-L${x11prefix}/lib'
+                        --prefix=${prefix}
 
 post-configure		{
-			reinplace "s|-lXext|-L${x11prefix}/lib -lXext -L/usr/lib -lSystemStubs|g" \
+			reinplace "s|-lXext|-lXext -L/usr/lib -lSystemStubs|g" \
 				${worksrcpath}/Makefile
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090228/6eb5ab28/attachment.html>


More information about the macports-changes mailing list