diff options
author | joerg <joerg> | 2013-10-27 20:38:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-10-27 20:38:25 +0000 |
commit | 623d2c15640ce8cc639aa5c25719f632aec55e1d (patch) | |
tree | 3f4c6bf854e7a7c73d430c719b95a46d750ba188 /print/poppler016 | |
parent | 2e3d29a79c2f156a1f19a4c4e98006acf2117e5b (diff) | |
download | pkgsrc-623d2c15640ce8cc639aa5c25719f632aec55e1d.tar.gz |
Don't use -fno-check-new, it is the default behavior of GCC anyway.
Diffstat (limited to 'print/poppler016')
-rw-r--r-- | print/poppler016/distinfo | 3 | ||||
-rw-r--r-- | print/poppler016/patches/patch-configure | 19 |
2 files changed, 21 insertions, 1 deletions
diff --git a/print/poppler016/distinfo b/print/poppler016/distinfo index b4ceee0e72f..a0fcc21731e 100644 --- a/print/poppler016/distinfo +++ b/print/poppler016/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2012/08/13 16:15:21 marino Exp $ +$NetBSD: distinfo,v 1.3 2013/10/27 20:38:25 joerg Exp $ SHA1 (poppler-0.16.7.tar.gz) = 26c735f863688f62b57d5159863fdad4272be89f RMD160 (poppler-0.16.7.tar.gz) = 279330e6feaf97a207f3396eab1af836d3d1f16c @@ -12,4 +12,5 @@ SHA1 (patch-ao) = cf7e0f086522147a91f59b1b26ca510d1971ac74 SHA1 (patch-aq) = 17db7fb50937611ff253f48241503281fb642f63 SHA1 (patch-ar) = d24b92939deaccde42bbb0be48930b37d0f1a87f SHA1 (patch-as) = f0f4f8d9f5a49173a27e2349be4b7536ed77eaae +SHA1 (patch-configure) = c68bfab40559dcffd981f77226ceee4b8df87eb1 SHA1 (patch-poppler-qt.pc.in) = e4449465d05dd517efb600101e4de3d9d8478698 diff --git a/print/poppler016/patches/patch-configure b/print/poppler016/patches/patch-configure new file mode 100644 index 00000000000..fa3958c8e7a --- /dev/null +++ b/print/poppler016/patches/patch-configure @@ -0,0 +1,19 @@ +$NetBSD: patch-configure,v 1.1 2013/10/27 20:38:25 joerg Exp $ + +--- configure.orig 2013-10-17 17:09:02.000000000 +0000 ++++ configure +@@ -23193,12 +23193,12 @@ if test "x$GCC" != xyes; then + fi + case "$enable_compile_warnings" in + no) ;; +- yes) CXXFLAGS="-Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common $CXXFLAGS" ;; ++ yes) CXXFLAGS="-Wall -Wno-write-strings -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-common $CXXFLAGS" ;; + kde) CXXFLAGS="-Wnon-virtual-dtor -Wno-long-long -Wundef \ + -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -Wcast-align \ + -Wconversion -Wall -W -Wpointer-arith \ + -Wwrite-strings -O2 -Wformat-security \ +- -Wmissing-format-attribute -fno-exceptions -fno-check-new \ ++ -Wmissing-format-attribute -fno-exceptions \ + -fno-common $CXXFLAGS" ;; + esac + |