diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-23 16:46:58 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-23 16:46:58 +0000 |
commit | d16b0f3a13066018e0c9b53d4647c02b0249fae1 (patch) | |
tree | 07720ff9dadcddcc8e78ed44a1fe13e9085d9bc4 /print/cups-base/files/patch-configure | |
parent | Update to 0.23. (diff) |
Update 1.1.12 -> 1.1.14
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=55137
Diffstat (limited to 'print/cups-base/files/patch-configure')
-rw-r--r-- | print/cups-base/files/patch-configure | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/cups-base/files/patch-configure b/print/cups-base/files/patch-configure new file mode 100644 index 000000000000..9e48416b54e6 --- /dev/null +++ b/print/cups-base/files/patch-configure @@ -0,0 +1,18 @@ +--- configure.old Tue Feb 5 11:17:34 2002 ++++ configure Tue Feb 5 11:18:00 2002 +@@ -3224,13 +3224,13 @@ + DSO="\$(CC)" + DSOFLAGS="$DSOFLAGS -Wl,-rpath,\$(libdir),-set_version,sgi2.4,-soname,\$@ -shared \$(OPTIM)" + ;; +- OSF1* | Linux* | NetBSD* | OpenBSD*) ++ OSF1* | Linux* | NetBSD* | OpenBSD* | FreeBSD*) + LIBCUPS="libcups.so.2" + LIBCUPSIMAGE="libcupsimage.so.2" + DSO="\$(CC)" + DSOFLAGS="$DSOFLAGS -Wl,-soname,\$@ -shared \$(OPTIM)" + ;; +- Darwin* | FreeBSD*) ++ Darwin*) + LIBCUPS="libcups.2.dylib" + LIBCUPSIMAGE="libcupsimage.2.dylib" + DSO="ld" |