mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
$NetBSD: patch-ppdc_Makefile,v 1.3 2015/12/02 21:14:16 leot Exp $
|
|
|
|
--- ppdc/Makefile.orig 2015-05-06 20:21:51.000000000 +0000
|
|
+++ ppdc/Makefile
|
|
@@ -366,7 +366,7 @@ libcupsppdc.1.dylib: $(LIBOBJS) ../cups/
|
|
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)
|
|
|
|
|
|
#
|