diff options
author | wiz <wiz@pkgsrc.org> | 2010-10-16 15:50:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-10-16 15:50:21 +0000 |
commit | 83d3b24e9b529d72b662afddd4bb449b10dc0d6d (patch) | |
tree | 18082999ed5108392c9e82b23a788252246a16cc /graphics/vigra/patches | |
parent | 277616947c78565ebf10f9ef39b5518bf20251bd (diff) | |
download | pkgsrc-83d3b24e9b529d72b662afddd4bb449b10dc0d6d.tar.gz |
Update to 1.7.0, changes undocumented. Switch to cmake build system.
Add comment to patch.
Diffstat (limited to 'graphics/vigra/patches')
-rw-r--r-- | graphics/vigra/patches/patch-aa | 15 | ||||
-rw-r--r-- | graphics/vigra/patches/patch-ab | 4 |
2 files changed, 3 insertions, 16 deletions
diff --git a/graphics/vigra/patches/patch-aa b/graphics/vigra/patches/patch-aa deleted file mode 100644 index 794c057de1e..00000000000 --- a/graphics/vigra/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/08/25 18:17:56 bjs Exp $ - ---- configure.orig 2008-08-13 09:15:32.000000000 -0400 -+++ configure -@@ -2056,10 +2056,6 @@ test -n "$target_alias" && - program_prefix=${target_alias}- - - --CFLAGS="$CFLAGS -O" --CXXFLAGS="$CXXFLAGS -O" -- -- - # Check whether --with-cc was given. - if test "${with_cc+set}" = set; then - withval=$with_cc; CC=$with_cc diff --git a/graphics/vigra/patches/patch-ab b/graphics/vigra/patches/patch-ab index 2443fc6bf56..dedcebcec7b 100644 --- a/graphics/vigra/patches/patch-ab +++ b/graphics/vigra/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2010/06/13 22:44:46 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2010/10/16 15:50:21 wiz Exp $ + +Fix compilation with png-1.4, already included upstream. --- src/impex/png.cxx.orig 2008-08-13 13:15:45.000000000 +0000 +++ src/impex/png.cxx |