diff options
author | markd <markd@pkgsrc.org> | 2012-03-19 22:43:15 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-19 22:43:15 +0000 |
commit | febca3171b2bc34f39313a00f3ea7a2c6623050b (patch) | |
tree | 3bbbbe9a7a5355bbaf27c0aa91fcdb0c825ee890 /graphics/libkdcraw/patches | |
parent | 5ad1afd4ae49ed3f87fe847f4c832f823028fff8 (diff) | |
download | pkgsrc-febca3171b2bc34f39313a00f3ea7a2c6623050b.tar.gz |
Update to KDE SC 4.8.0
Diffstat (limited to 'graphics/libkdcraw/patches')
-rw-r--r-- | graphics/libkdcraw/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/libkdcraw/patches/patch-aa b/graphics/libkdcraw/patches/patch-aa deleted file mode 100644 index aabb17a7108..00000000000 --- a/graphics/libkdcraw/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$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 |