diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-24 23:42:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-24 23:42:17 +0000 |
commit | 12cdd35c4b93fe83a6f5806e823f7991132b16ff (patch) | |
tree | f5f10072537dbd0e48ef1e7781074dd236c0a18d /print/ggv/files/patch-src_Makefile.in | |
parent | - Move editors/gedit2 to editors/gedit (diff) |
- Move print/ggv2 to print/ggv
Notes
Notes:
svn path=/head/; revision=127244
Diffstat (limited to 'print/ggv/files/patch-src_Makefile.in')
-rw-r--r-- | print/ggv/files/patch-src_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ggv/files/patch-src_Makefile.in b/print/ggv/files/patch-src_Makefile.in new file mode 100644 index 000000000000..76847cf3e9b2 --- /dev/null +++ b/print/ggv/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sun Dec 5 18:19:25 2004 ++++ src/Makefile.in Sun Dec 5 18:20:13 2004 +@@ -142,7 +142,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) ++INCLUDES = -I$(top_srcdir)/recent-files -DG_LOG_DOMAIN=\"GGV\" -DGNOMELOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" -DGNOMEICONDIR=\""${datadir}/pixmaps"\" -DDATADIR=\""$(datadir)"\" $(GGV_CFLAGS) $(GGV_DEPRECATED_CFLAGS) + + + bin_PROGRAMS = ggv |