diff options
author | joerg <joerg@pkgsrc.org> | 2013-10-26 15:10:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-10-26 15:10:57 +0000 |
commit | df0181e0317423918d6c0e74125b585de4f2f91e (patch) | |
tree | 68a63a795a70d3cf641fd6526fc851a40ef26ff7 /print/poppler | |
parent | 811dc7dc1c0f33862457770cca5e067dc3661ad1 (diff) | |
download | pkgsrc-df0181e0317423918d6c0e74125b585de4f2f91e.tar.gz |
Drop -fno-check-new, it is the default.
Diffstat (limited to 'print/poppler')
-rw-r--r-- | print/poppler/distinfo | 3 | ||||
-rw-r--r-- | print/poppler/patches/patch-configure | 20 |
2 files changed, 22 insertions, 1 deletions
diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 4a8ec5712d4..84f4c7f02ea 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.83 2013/10/04 21:15:40 wiz Exp $ +$NetBSD: distinfo,v 1.84 2013/10/26 15:10:57 joerg Exp $ SHA1 (poppler-0.24.2.tar.xz) = a8a08cf3fb8b35c9b9718d0c9db9f3360e033a03 RMD160 (poppler-0.24.2.tar.xz) = 4f70a43d932f6014076015f6efa4cdba70ff4dbc @@ -9,3 +9,4 @@ SHA1 (patch-ag) = de9ef3e2498d5c07a8f35f1d215e377953a5dad8 SHA1 (patch-aq) = 17db7fb50937611ff253f48241503281fb642f63 SHA1 (patch-ar) = f72681a2148ec846a334774339836d468925b20c SHA1 (patch-as) = 9e2329c923c904074495076fd7cc594fced51a0d +SHA1 (patch-configure) = a2488314e1da41c94bc78c327795e126515bdde5 diff --git a/print/poppler/patches/patch-configure b/print/poppler/patches/patch-configure new file mode 100644 index 00000000000..2e722b424a2 --- /dev/null +++ b/print/poppler/patches/patch-configure @@ -0,0 +1,20 @@ +$NetBSD: patch-configure,v 1.1 2013/10/26 15:10:57 joerg Exp $ + +--- configure.orig 2013-10-17 17:09:13.000000000 +0000 ++++ configure +@@ -24746,13 +24746,13 @@ if test "x$GCC" != xyes; then + fi + case "$enable_compile_warnings" in + no) ;; +- yes) CXXFLAGS="-Wall -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common $CXXFLAGS"; ++ yes) CXXFLAGS="-Wall -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-common $CXXFLAGS"; + CFLAGS="-Wall $CFLAGS" ;; + 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 + CXXFLAGS="-fPIC $CXXFLAGS"; |