Revision: 87441 http://trac.macports.org/changeset/87441 Author: pixilla@macports.org Date: 2011-11-21 09:46:24 -0800 (Mon, 21 Nov 2011) Log Message: ----------- www/redland: - Add patch for src/Makefile.am to Fix Lion/Xcode4.2 build. - Use automake while src/Makefile.am patch is in effect. - No installed files changed so no rev bump. Modified Paths: -------------- trunk/dports/www/redland/Portfile Added Paths: ----------- trunk/dports/www/redland/files/patch-src-Makefile.am.diff Modified: trunk/dports/www/redland/Portfile =================================================================== --- trunk/dports/www/redland/Portfile 2011-11-21 16:52:41 UTC (rev 87440) +++ trunk/dports/www/redland/Portfile 2011-11-21 17:46:24 UTC (rev 87441) @@ -21,6 +21,10 @@ patchfiles patch-configure.diff patch.pre_args -p1 +# Fix build on Lion/Xcode4.2 +patchfiles-append patch-src-Makefile.am.diff +use_automake yes + depends_lib port:curl \ port:libiconv \ port:libtool \ Added: trunk/dports/www/redland/files/patch-src-Makefile.am.diff =================================================================== --- trunk/dports/www/redland/files/patch-src-Makefile.am.diff (rev 0) +++ trunk/dports/www/redland/files/patch-src-Makefile.am.diff 2011-11-21 17:46:24 UTC (rev 87441) @@ -0,0 +1,12 @@ +--- a/src/Makefile.am 2011-07-20 22:19:10.000000000 -0700 ++++ b/src/Makefile.am 2011-11-21 08:21:50.000000000 -0800 +@@ -185,8 +185,7 @@ + @LIBRDF_INTERNAL_LIBS@ + + librdf_la_DEPENDENCIES = \ +-@DIGEST_OBJS@ @HASH_OBJS@ \ +-@LIBRDF_INTERNAL_LIBS@ ++@DIGEST_OBJS@ @HASH_OBJS@ + + EXTRA_librdf_la_SOURCES = rdf_hash_bdb.c \ + rdf_digest_md5.c rdf_digest_sha1.c \