From 6309030b70b4694e7ac6d97710214d0953c58849 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 5 Apr 2004 03:14:48 +0000 Subject: Add a patch forgotten by the merge script. --- print/ggv2/files/patch-src_Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/ggv2/files/patch-src_Makefile.in (limited to 'print') diff --git a/print/ggv2/files/patch-src_Makefile.in b/print/ggv2/files/patch-src_Makefile.in new file mode 100644 index 000000000000..9c223879875c --- /dev/null +++ b/print/ggv2/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Mar 6 00:07:03 2004 ++++ src/Makefile.in Sat Mar 6 00:10:34 2004 +@@ -133,7 +133,7 @@ + + SUBDIRS = recent-files stock cursors + +-INCLUDES = -I$(top_srcdir)/recent-files -DG_LOG_DOMAIN=\"GGV\" -DGNOMELOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" -DGNOMEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" -DDATADIR=\""$(datadir)"\" $(GGV_CFLAGS) $(GGV_DEPRECATED_CFLAGS) -I$(includedir) ++INCLUDES = -I$(top_srcdir)/recent-files -DG_LOG_DOMAIN=\"GGV\" -DGNOMELOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" -DGNOMEICONDIR=\""${datadir}/pixmaps"\" -DDATADIR=\""$(datadir)"\" $(GGV_CFLAGS) $(GGV_DEPRECATED_CFLAGS) -I$(includedir) + + + bin_PROGRAMS = ggv -- cgit