diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-13 22:27:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-13 22:27:40 +0000 |
commit | 7bae9264dbb627e38ca773af9470b6e2b95eaf4a (patch) | |
tree | f27ba733d8d05f4d683f815def25b3e9f4f0bbb8 /graphics/gtkam/files | |
parent | By default, bmf should use the system's db library and not bdb3. Not bumping (diff) |
* Fix gimp plugin installation [1]
* Convert to new GNOME infrastructure
PR: 48579 [1]
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Diffstat (limited to 'graphics/gtkam/files')
-rw-r--r-- | graphics/gtkam/files/patch-src_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gtkam/files/patch-src_Makefile.in b/graphics/gtkam/files/patch-src_Makefile.in new file mode 100644 index 000000000000..dbbc39c5c682 --- /dev/null +++ b/graphics/gtkam/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Feb 22 17:57:10 2003 ++++ src/Makefile.in Sat Feb 22 17:57:28 2003 +@@ -169,7 +169,7 @@ + $(GNOME_LIBS) + + +-@HAVE_GIMP_TRUE@gtkam_gimp_libexecdir = $(libdir)/gimp/1.3/plug-ins ++@HAVE_GIMP_TRUE@gtkam_gimp_libexecdir = $(libexecdir)/gimp/1.3/plug-ins + @HAVE_GIMP_TRUE@gtkam_gimp_libexec_PROGRAMS = gtkam-gimp + @HAVE_GIMP_TRUE@gtkam_gimp_SOURCES = gtkam-gimp.c + @HAVE_GIMP_TRUE@gtkam_gimp_LDADD = \ |