summaryrefslogtreecommitdiff
path: root/graphics/libkdcraw
diff options
context:
space:
mode:
authormarkd <markd>2011-01-29 22:06:50 +0000
committermarkd <markd>2011-01-29 22:06:50 +0000
commit5eab4709b632b9c5dcbcc6d7b83da1b4ffe3114b (patch)
treedb89e5aa5e64b86cf90b4bb894e49a266b77d66c /graphics/libkdcraw
parentf73ed1772cb55c3ede85f420d43dacda68299ec9 (diff)
downloadpkgsrc-5eab4709b632b9c5dcbcc6d7b83da1b4ffe3114b.tar.gz
Don't insist on the 1990 standard as then fails to handle the // comments
in lcms.h
Diffstat (limited to 'graphics/libkdcraw')
-rw-r--r--graphics/libkdcraw/distinfo3
-rw-r--r--graphics/libkdcraw/patches/patch-aa15
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/libkdcraw/distinfo b/graphics/libkdcraw/distinfo
index 38c97bc0ce2..881be55f700 100644
--- a/graphics/libkdcraw/distinfo
+++ b/graphics/libkdcraw/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2009/05/13 10:20:17 wiz Exp $
+$NetBSD: distinfo,v 1.8 2011/01/29 22:06:50 markd Exp $
SHA1 (libkdcraw-0.1.9.tar.bz2) = 85a892e1b3368da9329efce1c0588500d3fe45bc
RMD160 (libkdcraw-0.1.9.tar.bz2) = 489a5a872fcfb24943d0a1cb39cf05ff545f0062
Size (libkdcraw-0.1.9.tar.bz2) = 708121 bytes
+SHA1 (patch-aa) = 5e0d9aa6c58ec9e81f262c7d6c473e6048d601d5
diff --git a/graphics/libkdcraw/patches/patch-aa b/graphics/libkdcraw/patches/patch-aa
new file mode 100644
index 00000000000..aabb17a7108
--- /dev/null
+++ b/graphics/libkdcraw/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.3 2011/01/29 22:06:50 markd Exp $
+
+Dont insist on 1990 standard or fails to handle // comments in lcms.h
+
+--- configure.orig 2011-01-29 02:35:31.561424350 +0000
++++ configure
+@@ -5266,7 +5266,7 @@ fi
+ CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
+ case $host in
+ *-*-linux-gnu)
+- CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
++ CFLAGS="-W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
+ CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS"
+
+ { echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5