summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups/patches/patch-ad')
-rw-r--r--print/cups/patches/patch-ad25
1 files changed, 0 insertions, 25 deletions
diff --git a/print/cups/patches/patch-ad b/print/cups/patches/patch-ad
deleted file mode 100644
index ed0a60c9362..00000000000
--- a/print/cups/patches/patch-ad
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ad,v 1.9 2001/08/02 03:37:39 jlam Exp $
-
---- config-scripts/cups-libtool.m4.orig Wed Jun 27 15:06:45 2001
-+++ config-scripts/cups-libtool.m4
-@@ -24,8 +24,8 @@
-
- AC_ARG_ENABLE(libtool_unsupported, [ --enable-libtool-unsupported=LIBTOOL_PATH
- turn on building with libtool (UNSUPPORTED!) [default=no]],
-- [if test x$enable_libtool != xno; then
-- LIBTOOL="$enable_libtool"
-+ [if test x$enable_libtool_unsupported != xno; then
-+ LIBTOOL="$enable_libtool_unsupported"
- enable_shared=no
- echo "WARNING: libtool is not supported or endorsed by Easy Software Products."
- echo " WE DO NOT PROVIDE TECHNICAL SUPPORT FOR LIBTOOL PROBLEMS."
-@@ -41,8 +41,7 @@
- LIBCUPSIMAGE="libcupsimage.la"
- LINKCUPS="../cups/\$(LIBCUPS)"
- LINKCUPSIMAGE="../filter/\$(LIBCUPSIMAGE)"
-- DSO=":"
-- DSOFLAGS=""
-+ DSO="\$(CC)"
- fi
-
- dnl