[24712] trunk/dports/textproc/xercesc/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 30 22:36:27 PDT 2007


Revision: 24712
          http://trac.macosforge.org/projects/macports/changeset/24712
Author:   boeyms at macports.org
Date:     2007-04-30 22:36:26 -0700 (Mon, 30 Apr 2007)

Log Message:
-----------
textproc/xercesc:
 * remove double quotes from around ${worksrcpath} in setting XERCESROOT to
   fix #11813, as they prevented xerces from correctly copying and then finding
   files in its build process.

Modified Paths:
--------------
    trunk/dports/textproc/xercesc/Portfile

Modified: trunk/dports/textproc/xercesc/Portfile
===================================================================
--- trunk/dports/textproc/xercesc/Portfile	2007-05-01 01:43:27 UTC (rev 24711)
+++ trunk/dports/textproc/xercesc/Portfile	2007-05-01 05:36:26 UTC (rev 24712)
@@ -19,7 +19,7 @@
 platforms		darwin
 
 configure.dir		${worksrcpath}/src/xercesc
-configure.env		XERCESCROOT="${worksrcpath}"
+configure.env		XERCESCROOT=${worksrcpath}
 configure.pre_args	-P "${prefix}"
 configure.cmd		./runConfigure
 

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


More information about the macports-changes mailing list