diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:10 +0200 |
commit | 084c175e59e9ea61c68154ad9982adcd918cbfcf (patch) | |
tree | e7919bb0660b8598855a45e6c56709cfc856f54d /package/cups/patches | |
parent | 838ba34414112d674ed917d83bdae7c1a8dafdc6 (diff) |
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/cups/patches')
-rw-r--r-- | package/cups/patches/patch-configure | 21 | ||||
-rw-r--r-- | package/cups/patches/patch-ppdc_Makefile | 4 |
2 files changed, 11 insertions, 14 deletions
diff --git a/package/cups/patches/patch-configure b/package/cups/patches/patch-configure index 540b7e0c0..5b41c2edd 100644 --- a/package/cups/patches/patch-configure +++ b/package/cups/patches/patch-configure @@ -1,5 +1,5 @@ --- cups-1.4.4.orig/configure 2010-06-17 20:25:47.000000000 +0200 -+++ cups-1.4.4/configure 2010-09-29 22:35:47.000000000 +0200 ++++ cups-1.4.4/configure 2010-10-03 01:12:27.000000000 +0200 @@ -1966,7 +1966,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu @@ -20,15 +20,12 @@ fi ;; HP-UX*) -@@ -10412,11 +10412,6 @@ _ACEOF +@@ -10978,7 +10978,7 @@ fi + if test x$enable_debug = xyes; then + OPTIM="-g" + else +- INSTALL_STRIP="-s" ++ INSTALL_STRIP="" + fi - # Server executables... - case "$uname" in -- *BSD* | Darwin*) -- # *BSD and Darwin (MacOS X) -- INSTALL_SYSV="" -- CUPS_SERVERBIN="$exec_prefix/libexec/cups" -- ;; - *) - # All others - INSTALL_SYSV="install-sysv" + if test x$enable_debug_printfs = xyes; then diff --git a/package/cups/patches/patch-ppdc_Makefile b/package/cups/patches/patch-ppdc_Makefile index 5cfa1ac9b..c045b2e14 100644 --- a/package/cups/patches/patch-ppdc_Makefile +++ b/package/cups/patches/patch-ppdc_Makefile @@ -1,5 +1,5 @@ ---- cups-1.4.2.orig/ppdc/Makefile 2009-05-27 01:27:06.000000000 +0200 -+++ cups-1.4.2/ppdc/Makefile 2009-11-19 21:58:49.000000000 +0100 +--- cups-1.4.4.orig/ppdc/Makefile 2010-04-23 20:56:34.000000000 +0200 ++++ cups-1.4.4/ppdc/Makefile 2010-10-03 00:51:42.000000000 +0200 @@ -244,7 +244,7 @@ genstrings: genstrings.o libcupsppdc.a libcupsppdc.a ../cups/libcups.a $(LIBGSSAPI) $(SSLLIBS) \ $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ) |