summaryrefslogtreecommitdiff
path: root/print/gutenprint-base
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-01-13 15:51:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-01-13 15:51:38 +0000
commit135f393f31ffba79e13997e5a9f61fc5886b87d1 (patch)
tree3b118fcd86982a256aa0c17d0c2b429beb152b37 /print/gutenprint-base
parentDisable code that was creating /usr/local/lib/gtk-2.0 and not putting (diff)
Prevent /usr/local/lib/gimp from being created. CONFIGURE_ARGS prevents the gimp
plugin from being compiled anyway.
Notes
Notes: svn path=/head/; revision=98078
Diffstat (limited to 'print/gutenprint-base')
-rw-r--r--print/gutenprint-base/files/patch-src::gimp::Makefile.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/print/gutenprint-base/files/patch-src::gimp::Makefile.in b/print/gutenprint-base/files/patch-src::gimp::Makefile.in
new file mode 100644
index 000000000000..fc39001f999f
--- /dev/null
+++ b/print/gutenprint-base/files/patch-src::gimp::Makefile.in
@@ -0,0 +1,23 @@
+--- src/gimp/Makefile.in.orig Tue Jan 13 10:46:08 2004
++++ src/gimp/Makefile.in Tue Jan 13 10:46:27 2004
+@@ -259,13 +259,13 @@
+
+ install-gimp_plug_inPROGRAMS: $(gimp_plug_in_PROGRAMS)
+ @$(NORMAL_INSTALL)
+- $(mkinstalldirs) $(DESTDIR)$(gimp_plug_indir)
+- @list='$(gimp_plug_in_PROGRAMS)'; for p in $$list; do \
+- if test -f $$p; then \
+- echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(gimp_plug_indir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
+- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(gimp_plug_indir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+- else :; fi; \
+- done
++# $(mkinstalldirs) $(DESTDIR)$(gimp_plug_indir)
++# @list='$(gimp_plug_in_PROGRAMS)'; for p in $$list; do \
++# if test -f $$p; then \
++# echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(gimp_plug_indir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
++# $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(gimp_plug_indir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
++# else :; fi; \
++# done
+
+ uninstall-gimp_plug_inPROGRAMS:
+ @$(NORMAL_UNINSTALL)