diff options
Diffstat (limited to 'print/cups15/patches/patch-ppdc_Makefile')
-rw-r--r-- | print/cups15/patches/patch-ppdc_Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/cups15/patches/patch-ppdc_Makefile b/print/cups15/patches/patch-ppdc_Makefile new file mode 100644 index 00000000000..51b341709b4 --- /dev/null +++ b/print/cups15/patches/patch-ppdc_Makefile @@ -0,0 +1,13 @@ +$NetBSD: patch-ppdc_Makefile,v 1.1 2014/06/17 13:17:13 wiz Exp $ + +--- ppdc/Makefile.orig 2011-01-06 23:21:05.000000000 +0100 ++++ ppdc/Makefile 2011-11-13 15:51:42.867152712 +0100 +@@ -378,7 +378,7 @@ libcupsppdc_s.a: $(LIBOBJS) ../cups/$(LI + libcupsppdc.la: $(LIBOBJS) ../cups/$(LIBCUPS) + echo Linking $@... + $(CC) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(LIBOBJS:.o=.lo) -rpath $(LIBDIR) \ +- -version-info 1:0 $(LINKCUPS) ++ -version-info 1:0 $(COMMONLIBS) + + + # |