e90b27a568
This package is now split between -main (the bloat) and -libs (i.e. cups-libs; which only contains the base libraries which have no external deps). Most filters have moved to cups-filters, the split was needed because cups depends on cups-filters which depends on cups The nice side-effect is that this will simplify lots of things in tree.
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
$OpenBSD: patch-Makedefs_in,v 1.9 2012/08/04 14:37:04 ajacoutot Exp $
|
|
|
|
BSD_INSTALL_PROGRAM is used to respect INSTALL_STRIP.
|
|
|
|
--- Makedefs.in.orig Wed May 23 01:58:31 2012
|
|
+++ Makedefs.in Thu Jul 26 10:01:21 2012
|
|
@@ -40,12 +40,12 @@ SHELL = /bin/sh
|
|
# Installation programs...
|
|
#
|
|
|
|
-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
|
|
+INSTALL_BIN = $(LIBTOOL) $(BSD_INSTALL_PROGRAM)
|
|
INSTALL_COMPDATA = $(INSTALL) -c -m 444 @INSTALL_GZIP@
|
|
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) $(BSD_INSTALL_PROGRAM)
|
|
INSTALL_MAN = $(INSTALL) -c -m 444
|
|
INSTALL_SCRIPT = $(INSTALL) -c -m 555
|
|
|
|
@@ -88,7 +88,7 @@ LIBGSSAPI = @LIBGSSAPI@
|
|
LIBMALLOC = @LIBMALLOC@
|
|
LIBMXML = @LIBMXML@
|
|
LIBPAPER = @LIBPAPER@
|
|
-LIBUSB = @LIBUSB@
|
|
+LIBUSB = -L${LOCALBASE} @LIBUSB@
|
|
LIBWRAP = @LIBWRAP@
|
|
LIBZ = @LIBZ@
|
|
|
|
@@ -235,7 +235,7 @@ DBUSDIR = @DBUSDIR@
|
|
# Rules...
|
|
#
|
|
|
|
-.SILENT:
|
|
+#.SILENT:
|
|
.SUFFIXES: .1 .1.gz .1m .1m.gz .3 .3.gz .5 .5.gz .7 .7.gz .8 .8.gz .a .c .cxx .h .man .o .gz
|
|
|
|
.c.o:
|