aboutsummaryrefslogtreecommitdiff
path: root/print/gutenprint-base/files
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-07-03 15:36:20 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-07-03 15:36:20 +0000
commit0bcd213f10b29f87f1cd8262b5224329a24db9a3 (patch)
tree966a72dde56e6d5c9deb6a1a7b023587d6d5fff9 /print/gutenprint-base/files
parent3e5eb05150beac6bd9b1d8bd469763f173435381 (diff)
Notes
Diffstat (limited to 'print/gutenprint-base/files')
-rw-r--r--print/gutenprint-base/files/patch-src_cups_Makefile.in15
-rw-r--r--print/gutenprint-base/files/patch-src_cups_commandtocanon.c10
-rw-r--r--print/gutenprint-base/files/patch-src_cups_commandtoepson.c10
3 files changed, 15 insertions, 20 deletions
diff --git a/print/gutenprint-base/files/patch-src_cups_Makefile.in b/print/gutenprint-base/files/patch-src_cups_Makefile.in
new file mode 100644
index 000000000000..202c9921de59
--- /dev/null
+++ b/print/gutenprint-base/files/patch-src_cups_Makefile.in
@@ -0,0 +1,15 @@
+--- src/cups/Makefile.in.orig 2012-06-17 19:30:42.000000000 +0200
++++ src/cups/Makefile.in 2012-06-17 19:29:16.000000000 +0200
+@@ -1242,10 +1242,10 @@
+ ppd-stamp-phony: $(PPD)
+
+ ppd-catalog-clean:
+- -$(RM) -r catalog
++ -$(RM) -rf catalog
+
+ ppd-clean:
+- -$(RM) -r ppd
++ -$(RM) -rf ppd
+
+ ppd-stamp-pre: ppd-catalog-clean ppd-clean
+
diff --git a/print/gutenprint-base/files/patch-src_cups_commandtocanon.c b/print/gutenprint-base/files/patch-src_cups_commandtocanon.c
deleted file mode 100644
index a19eb11a5f70..000000000000
--- a/print/gutenprint-base/files/patch-src_cups_commandtocanon.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/cups/commandtocanon.c.orig 2011-10-15 13:27:57.000000000 +0200
-+++ src/cups/commandtocanon.c 2011-10-15 13:28:22.000000000 +0200
-@@ -13,6 +13,7 @@
-
- #include <cups/cups.h>
- #include <ctype.h>
-+#include <stdio.h>
- #include <stdlib.h>
-
-
diff --git a/print/gutenprint-base/files/patch-src_cups_commandtoepson.c b/print/gutenprint-base/files/patch-src_cups_commandtoepson.c
deleted file mode 100644
index c691f0f8bb75..000000000000
--- a/print/gutenprint-base/files/patch-src_cups_commandtoepson.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/cups/commandtoepson.c.orig 2011-10-15 13:20:46.000000000 +0200
-+++ src/cups/commandtoepson.c 2011-10-15 13:20:57.000000000 +0200
-@@ -30,6 +30,7 @@
-
- #include <cups/cups.h>
- #include <ctype.h>
-+#include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-