diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-08 01:40:45 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-08 01:40:45 +0800 |
commit | 4f8a7c480a66561bb826ee55659e4410243ed64d (patch) | |
tree | 2ab6685dd94763ec62e3b0219edaf00ddc3e0f79 /print/ggv/files | |
parent | d741fae714735b12ff8bc2511d734b6496588c61 (diff) | |
download | marcuscom-ports-4f8a7c480a66561bb826ee55659e4410243ed64d.tar marcuscom-ports-4f8a7c480a66561bb826ee55659e4410243ed64d.tar.gz marcuscom-ports-4f8a7c480a66561bb826ee55659e4410243ed64d.tar.bz2 marcuscom-ports-4f8a7c480a66561bb826ee55659e4410243ed64d.tar.lz marcuscom-ports-4f8a7c480a66561bb826ee55659e4410243ed64d.tar.xz marcuscom-ports-4f8a7c480a66561bb826ee55659e4410243ed64d.tar.zst marcuscom-ports-4f8a7c480a66561bb826ee55659e4410243ed64d.zip |
- Add ggv at version 2.11.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4030 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/ggv/files')
-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 000000000..76847cf3e --- /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 |