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
666 B
Plaintext
15 lines
666 B
Plaintext
$OpenBSD: patch-config-scripts_cups-sharedlibs_m4,v 1.3 2006/10/01 10:43:38 mbalmer Exp $
|
|
--- config-scripts/cups-sharedlibs.m4.orig Wed Sep 20 10:53:05 2006
|
|
+++ config-scripts/cups-sharedlibs.m4 Wed Sep 20 10:54:16 2006
|
|
@@ -48,8 +48,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)"
|
|
;;
|