diff options
Diffstat (limited to 'print/cups/patches/patch-at')
-rw-r--r-- | print/cups/patches/patch-at | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/cups/patches/patch-at b/print/cups/patches/patch-at new file mode 100644 index 00000000000..d6f9146ea67 --- /dev/null +++ b/print/cups/patches/patch-at @@ -0,0 +1,13 @@ +$NetBSD: patch-at,v 1.3 2003/05/28 02:34:01 jlam Exp $ + +--- scheduler/Makefile.orig Thu Apr 10 10:30:48 2003 ++++ scheduler/Makefile +@@ -81,7 +81,7 @@ install: all + cupsd: $(CUPSDOBJS) libmime.a ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(LDFLAGS) -o cupsd $(CUPSDOBJS) libmime.a \ +- $(LIBZ) $(SSLLIBS) $(LIBSLP) $(PAMLIBS) $(LIBS) \ ++ $(LIBZ) $(LIBCRYPT) $(SSLLIBS) $(LIBSLP) $(PAMLIBS) $(LIBS) \ + $(LIBPAPER) $(LIBMALLOC) + + |