aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory M. Tuner <gmt@be-evil.net>2014-06-23 04:57:07 -0700
committerGregory M. Tuner <gmt@be-evil.net>2014-06-23 04:57:07 -0700
commitd290129207c8defa071a88a8122bada8170b5b0b (patch)
treeb9909065ca1e6e35ab8c974059c40455bd123945 /net-print/cups/files/cups-1.4.4-nostrip.patch
parentdev-lang/spidermonkey: modernize, bump, merge (diff)
downloadgmt-d290129207c8defa071a88a8122bada8170b5b0b.tar.gz
gmt-d290129207c8defa071a88a8122bada8170b5b0b.tar.bz2
gmt-d290129207c8defa071a88a8122bada8170b5b0b.zip
net-print/cups: drop as multilibutized upstream
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
Diffstat (limited to 'net-print/cups/files/cups-1.4.4-nostrip.patch')
-rw-r--r--net-print/cups/files/cups-1.4.4-nostrip.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-print/cups/files/cups-1.4.4-nostrip.patch b/net-print/cups/files/cups-1.4.4-nostrip.patch
deleted file mode 100644
index cd2b070..0000000
--- a/net-print/cups/files/cups-1.4.4-nostrip.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# Source: Gentoo
-
-diff -urN cups-1.4.4/config-scripts/cups-compiler.m4 cups-1.4.4.new/config-scripts/cups-compiler.m4
---- cups-1.4.4/config-scripts/cups-compiler.m4 2009-05-17 02:13:47.000000000 +0200
-+++ cups-1.4.4.new/config-scripts/cups-compiler.m4 2010-08-12 19:19:45.937020635 +0200
-@@ -30,7 +30,7 @@
- if test x$enable_debug = xyes; then
- OPTIM="-g"
- else
-- INSTALL_STRIP="-s"
-+ INSTALL_STRIP=""
- fi
-
- dnl Debug printfs can slow things down, so provide a separate option for that