diff options
-rw-r--r-- | devel/doxygen/distinfo | 3 | ||||
-rw-r--r-- | devel/doxygen/patches/patch-tmake_lib_macosx-c++_tmake.conf | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo index 69e1119a5ba..78f0f8f9696 100644 --- a/devel/doxygen/distinfo +++ b/devel/doxygen/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.49 2013/05/21 14:43:05 wiz Exp $ +$NetBSD: distinfo,v 1.50 2013/08/20 17:41:15 bsiegert Exp $ SHA1 (doxygen-1.8.4.src.tar.gz) = a363811b932e44d479addbadffcc8257cde60b44 RMD160 (doxygen-1.8.4.src.tar.gz) = 7087480667cb138c739fae54ca21f77e2099f4eb @@ -9,3 +9,4 @@ SHA1 (patch-ac) = 87c68a2ce598c10d90d775764f4c05739eb51435 SHA1 (patch-af) = 0942cc0fdcb49e74ce018d7e790dba36b21b4d08 SHA1 (patch-ah) = db6f117bf1faa3a1ed0b2ca9af81fc4f8d0913f9 SHA1 (patch-aj) = 1f4822364eb9aeb82084d30b0bc75af504da63f1 +SHA1 (patch-tmake_lib_macosx-c++_tmake.conf) = f6f7414bf8e1c26264211c72991d8dc4222cc738 diff --git a/devel/doxygen/patches/patch-tmake_lib_macosx-c++_tmake.conf b/devel/doxygen/patches/patch-tmake_lib_macosx-c++_tmake.conf new file mode 100644 index 00000000000..f512ecd280b --- /dev/null +++ b/devel/doxygen/patches/patch-tmake_lib_macosx-c++_tmake.conf @@ -0,0 +1,14 @@ +$NetBSD: patch-tmake_lib_macosx-c++_tmake.conf,v 1.1 2013/08/20 17:41:15 bsiegert Exp $ + +Drop an option that is unsupported by the default compiler in Mac OS 10.8. +--- tmake/lib/macosx-c++/tmake.conf.orig 2013-08-20 17:30:43.000000000 +0000 ++++ tmake/lib/macosx-c++/tmake.conf +@@ -9,7 +9,7 @@ CONFIG = qt warn_on release + + TMAKE_CC = cc + TMAKE_CFLAGS = -pipe +-TMAKE_CFLAGS_WARN_ON = -Wall -W -Wno-deprecated-declarations -Wno-invalid-source-encoding ++TMAKE_CFLAGS_WARN_ON = -Wall -W -Wno-deprecated-declarations + TMAKE_CFLAGS_WARN_OFF = + TMAKE_CFLAGS_RELEASE = -O2 + TMAKE_CFLAGS_DEBUG = -g -fstack-protector |