diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 11:14:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 11:14:48 +0800 |
commit | 6309030b70b4694e7ac6d97710214d0953c58849 (patch) | |
tree | 9a65627d31fed614414e2e82146e51636c446ac1 /print | |
parent | 1709e979938b20a74c25412059b770b9f26e23ec (diff) | |
download | freebsd-ports-gnome-6309030b70b4694e7ac6d97710214d0953c58849.tar.gz freebsd-ports-gnome-6309030b70b4694e7ac6d97710214d0953c58849.tar.zst freebsd-ports-gnome-6309030b70b4694e7ac6d97710214d0953c58849.zip |
Add a patch forgotten by the merge script.
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv2/files/patch-src_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
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 |