[24170] trunk/dports/devel/libcompat/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 18 07:42:15 PDT 2007


Revision: 24170
          http://trac.macosforge.org/projects/macports/changeset/24170
Author:   boeyms at macports.org
Date:     2007-04-18 07:42:14 -0700 (Wed, 18 Apr 2007)

Log Message:
-----------
devel/libcompat: correct syntax for build.env that was breaking the build.

Modified Paths:
--------------
    trunk/dports/devel/libcompat/Portfile

Modified: trunk/dports/devel/libcompat/Portfile
===================================================================
--- trunk/dports/devel/libcompat/Portfile	2007-04-18 14:08:06 UTC (rev 24169)
+++ trunk/dports/devel/libcompat/Portfile	2007-04-18 14:42:14 UTC (rev 24170)
@@ -15,7 +15,7 @@
 worksrcdir	${name}
 use_configure	no
 patchfiles	patch-Makefile
-build.env	LDADD=-install_name\\ ${prefix}/lib/libcompat.1.dylib
+build.env	LDADD="-install_name ${prefix}/lib/libcompat.1.dylib"
 
 destroot	{
 	file copy ${worksrcpath}/libcompat.1.dylib ${destroot}${prefix}/lib

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


More information about the macports-changes mailing list