summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups/patches/patch-ag')
-rw-r--r--print/cups/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/cups/patches/patch-ag b/print/cups/patches/patch-ag
new file mode 100644
index 00000000000..a1b7d8a761f
--- /dev/null
+++ b/print/cups/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.3 2000/12/21 14:59:38 jlam Exp $
+
+--- cups/Makefile.orig Mon Dec 18 16:38:55 2000
++++ cups/Makefile
+@@ -98,7 +98,7 @@
+
+ libcups.la: $(LIBOBJS) ../Makedefs
+ echo Linking $@...
+- $(CC) -o $@ $(LIBOBJS:.o=.lo) -rpath $(LIBDIR) -version-info 2:0
++ $(CC) $(LDFLAGS) -o $@ $(LIBOBJS:.o=.lo) $(SSLLIBS) -rpath $(LIBDIR) -version-info 2:0
+
+
+ #