summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups/patches/patch-ae')
-rw-r--r--print/cups/patches/patch-ae6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/cups/patches/patch-ae b/print/cups/patches/patch-ae
index 2ec58d942c0..3567a5852d1 100644
--- a/print/cups/patches/patch-ae
+++ b/print/cups/patches/patch-ae
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.27 2010/11/12 08:54:58 sbd Exp $
+$NetBSD: patch-ae,v 1.28 2011/08/12 02:03:14 sbd Exp $
For proper libtool usage split CC into CC_COMPILE and CC with libtool
mode options compile/link respectively.
@@ -26,12 +26,12 @@ Same for CXX.
#
-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
-+INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -c -m 555 @INSTALL_STRIP@
++INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -c -m 755 @INSTALL_STRIP@
INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
INSTALL_DATA = $(INSTALL) -c -m 444
INSTALL_DIR = $(INSTALL) -d
-INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
-+INSTALL_LIB = $(LIBTOOL) --mode=install $(INSTALL) -c -m 555 @INSTALL_STRIP@
++INSTALL_LIB = $(LIBTOOL) --mode=install $(INSTALL) -c -m 755 @INSTALL_STRIP@
INSTALL_MAN = $(INSTALL) -c -m 444
INSTALL_SCRIPT = $(INSTALL) -c -m 555