aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gqview/gqview-2.1.1
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gqview/gqview-2.1.1')
-rw-r--r--packages/gqview/gqview-2.1.1/.mtn2git_empty0
-rw-r--r--packages/gqview/gqview-2.1.1/include-path-fix.patch11
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/gqview/gqview-2.1.1/.mtn2git_empty b/packages/gqview/gqview-2.1.1/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gqview/gqview-2.1.1/.mtn2git_empty
diff --git a/packages/gqview/gqview-2.1.1/include-path-fix.patch b/packages/gqview/gqview-2.1.1/include-path-fix.patch
new file mode 100644
index 0000000000..614c69a2c3
--- /dev/null
+++ b/packages/gqview/gqview-2.1.1/include-path-fix.patch
@@ -0,0 +1,11 @@
+--- gqview-2.1.1/src/Makefile.am.orig 2005-08-02 10:27:57.883396232 +0000
++++ gqview-2.1.1/src/Makefile.am 2005-08-02 10:28:19.032181128 +0000
+@@ -3,7 +3,7 @@
+
+ INCLUDES = -I$(srcdir) -I$(builddir) \
+ -I$(top_srcdir) -I$(top_builddir) \
+- -I$(includedir) $(GTK_CFLAGS)
++ $(GTK_CFLAGS)
+
+ module_SLIK = \
+ intl.h \