[25482] trunk/dports/x11/iwidgets/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue May 22 12:37:12 PDT 2007


Revision: 25482
          http://trac.macosforge.org/projects/macports/changeset/25482
Author:   markd at macports.org
Date:     2007-05-22 12:37:11 -0700 (Tue, 22 May 2007)

Log Message:
-----------
Remove unused cflags and an unused variable.

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

Modified: trunk/dports/x11/iwidgets/Portfile
===================================================================
--- trunk/dports/x11/iwidgets/Portfile	2007-05-22 19:32:20 UTC (rev 25481)
+++ trunk/dports/x11/iwidgets/Portfile	2007-05-22 19:37:11 UTC (rev 25482)
@@ -17,20 +17,12 @@
 patchfiles		patch-configure \
 			patch-Makefile.in
 
-set tclconfig ${prefix}/lib
+configure.env		TCLROOT=${prefix} \
+			LDFLAGS="-L${prefix}/lib -ltcl -L/usr/X11R6/lib -lX11"
+
 configure.args		--with-tcl=${prefix}/lib \
 			--with-tk=${prefix}/lib \
 			--with-itcl=${prefix}/lib/itcl3.3 \
 			--with-itk=${prefix}/lib/itk3.3
 
-configure.env		TCLROOT=${prefix} \
-			CFLAGS=-I${workpath}/tcl8.4.12-privateheaders-full/generic \
-			LDFLAGS="-L${prefix}/lib -ltcl -L/usr/X11R6/lib -lX11"
-
 build {}
-
-platform darwin 7 {
-	global tclconfig
-
-	set tclconfig /System/Library/Frameworks/Tcl.framework
-}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070522/b54c784d/attachment.html


More information about the macports-changes mailing list