diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-05-02 04:14:36 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-05-02 04:14:36 +0000 |
commit | 0cbf6763a4ce959da90f91cb3fe12eb21273f481 (patch) | |
tree | d251782ae60fd173d252de4e65cc8e136e14ba56 /net-print/cups/files | |
parent | broken libpng remasked (diff) | |
download | gentoo-2-0cbf6763a4ce959da90f91cb3fe12eb21273f481.tar.gz gentoo-2-0cbf6763a4ce959da90f91cb3fe12eb21273f481.tar.bz2 gentoo-2-0cbf6763a4ce959da90f91cb3fe12eb21273f481.zip |
allow for unstripped builds
Diffstat (limited to 'net-print/cups/files')
-rw-r--r-- | net-print/cups/files/disable-strip.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-print/cups/files/disable-strip.patch b/net-print/cups/files/disable-strip.patch new file mode 100644 index 000000000000..0ebc1f215d28 --- /dev/null +++ b/net-print/cups/files/disable-strip.patch @@ -0,0 +1,12 @@ +diff -ur cups-1.1.14.orig/Makedefs.in cups-1.1.14/Makedefs.in +--- cups-1.1.14.orig/Makedefs.in Wed May 1 22:53:49 2002 ++++ cups-1.1.14/Makedefs.in Wed May 1 22:54:02 2002 +@@ -46,7 +46,7 @@ + # Installation programs... + # + +-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s ++INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 + INSTALL_DATA = $(INSTALL) -m 644 + INSTALL_DIR = $(INSTALL) -d + INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755 |