[101062] trunk/dports/textproc/doxygen/Portfile

mmoll at macports.org mmoll at macports.org
Thu Jan 3 12:12:22 PST 2013


Revision: 101062
          https://trac.macports.org/changeset/101062
Author:   mmoll at macports.org
Date:     2013-01-03 12:12:22 -0800 (Thu, 03 Jan 2013)
Log Message:
-----------
textproc/doxygen: remove flag that breaks compilation with gcc. See #37507.

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

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2013-01-03 19:51:38 UTC (rev 101061)
+++ trunk/dports/textproc/doxygen/Portfile	2013-01-03 20:12:22 UTC (rev 101062)
@@ -4,6 +4,7 @@
 
 name			doxygen
 version			1.8.3
+revision		1
 categories		textproc devel
 maintainers		css
 license			GPL-2
@@ -87,6 +88,13 @@
 
 	# do not require GNU install; BSD install suffices
 	reinplace "s,-n \"`\$j/\$i --version 2>/dev/null \| grep utils`\",-x \"\$j/\$i\",g" ${worksrcpath}/configure
+
+	# remove flag that is not defined for gcc and only suppresses some warnings for clang
+	reinplace "s|-Wno-invalid-source-encoding||g" ${worksrcpath}/libmd5/Makefile.libmd5 \
+		${worksrcpath}/src/Makefile.libdoxycfg \
+		${worksrcpath}/tmake/lib/macosx-c++/tmake.conf \
+		${worksrcpath}/tmake/lib/macosx-intel-c++/tmake.conf \
+		${worksrcpath}/tmake/lib/macosx-uni-c++/tmake.conf \
 }
 
 build.target		all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130103/8e1180fc/attachment.html>


More information about the macports-changes mailing list