d5c1f39165
we had, like better support for foreign languages and the usual plethora of bugfixes. tested on various architectures and with various applications that use CUPS as their printing system. I verified that all ports that are depending on CUPS still build.
15 lines
598 B
Plaintext
15 lines
598 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2006/10/01 10:43:38 mbalmer Exp $
|
|
--- configure.orig Wed Sep 20 10:55:26 2006
|
|
+++ configure Wed Sep 20 10:56:29 2006
|
|
@@ -7772,8 +7772,8 @@ if test x$enable_shared != xno; then
|
|
DSOFLAGS="$DSOFLAGS -set_version,sgi2.6,-soname,\`basename \$@\` -shared \$(OPTIM)"
|
|
;;
|
|
OSF1* | Linux | GNU | *BSD*)
|
|
- LIBCUPS="libcups.so.2"
|
|
- LIBCUPSIMAGE="libcupsimage.so.2"
|
|
+ LIBCUPS="libcups.so.${LIBcups_VERSION}"
|
|
+ LIBCUPSIMAGE="libcupsimage.so.${LIBcupsimage_VERSION}"
|
|
DSO="\$(CC)"
|
|
DSOFLAGS="$DSOFLAGS -Wl,-soname,\`basename \$@\` -shared \$(OPTIM)"
|
|
;;
|