summaryrefslogtreecommitdiff
path: root/graphics/geeqie/patches
diff options
context:
space:
mode:
authordrochner <drochner>2009-01-27 19:14:31 +0000
committerdrochner <drochner>2009-01-27 19:14:31 +0000
commit707e1ca8b50ddb1ba487d68bc0bb2c5c7a016b2f (patch)
tree2015985bea372391f39379afba620af4e566c664 /graphics/geeqie/patches
parenta8ff9cd7aa06f39ab2aecf443a0c41d0b2e859a3 (diff)
downloadpkgsrc-707e1ca8b50ddb1ba487d68bc0bb2c5c7a016b2f.tar.gz
Import geeqie-1.0alpha3, an image viewer which continues gqview
(which is abandoned). Still alpha, but works well for Greg Troxel and me.
Diffstat (limited to 'graphics/geeqie/patches')
-rw-r--r--graphics/geeqie/patches/patch-aa13
-rw-r--r--graphics/geeqie/patches/patch-ab12
2 files changed, 25 insertions, 0 deletions
diff --git a/graphics/geeqie/patches/patch-aa b/graphics/geeqie/patches/patch-aa
new file mode 100644
index 00000000000..8a2d1d2de9b
--- /dev/null
+++ b/graphics/geeqie/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/01/27 19:14:31 drochner Exp $
+
+--- configure.orig 2009-01-25 19:54:13.000000000 +0100
++++ configure
+@@ -2398,7 +2398,7 @@ if test "x${enable_debug_flags}" != "xno
+ then
+ CXXFLAGS="${CXXFLAGS} -g -O0 -Wunused-value -Wunused-variable -Wunused-function -Wunused-label -Wcomment -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wstrict-aliasing -Wextra -Wno-unused-parameter"
+ CFLAGS="${CFLAGS} -g -O0 -Wunused-value -Wunused-variable -Wunused-function -Wunused-label -Wcomment -Wimplicit-int -Werror-implicit-function-declaration -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wstrict-aliasing -Wextra -Wno-unused-parameter"
+- if test "x${enable_developer}" == "xyes"
++ if test "x${enable_developer}" = "xyes"
+ then
+ CXXFLAGS="${CXXFLAGS} -Wall"
+ CFLAGS="${CFLAGS} -Wstrict-prototypes -Wall"
diff --git a/graphics/geeqie/patches/patch-ab b/graphics/geeqie/patches/patch-ab
new file mode 100644
index 00000000000..455af98aa01
--- /dev/null
+++ b/graphics/geeqie/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 2009/01/27 19:14:31 drochner Exp $
+
+--- po/Makefile.in.in.orig 2008-07-30 22:02:12.000000000 +0200
++++ po/Makefile.in.in
+@@ -21,6 +21,7 @@ SHELL = /bin/sh
+
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
++top_builddir = ..
+ VPATH = @srcdir@
+
+ prefix = @prefix@