pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 09:29:37 UTC 2023

Modified Files:
        pkgsrc/print/cups-filters: Makefile

Log Message:
cups-filters: SunOS needs libresolv.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 pkgsrc/print/cups-filters/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.174 pkgsrc/print/cups-filters/Makefile:1.175
--- pkgsrc/print/cups-filters/Makefile:1.174    Mon May  8 09:33:28 2023
+++ pkgsrc/print/cups-filters/Makefile  Mon Jun 26 09:29:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.174 2023/05/08 09:33:28 wiz Exp $
+# $NetBSD: Makefile,v 1.175 2023/06/26 09:29:36 jperkin Exp $
 
 DISTNAME=      cups-filters-1.28.16
 PKGREVISION=   2
@@ -31,6 +31,8 @@ CONFIGURE_ARGS+=      --with-pdftops-path=${P
 CONFIGURE_ARGS+=       --with-shell=${TOOLS_PATH.bash}
 CONFIGURE_ARGS+=       --with-test_font_path=${PREFIX}/share/fonts/X11/TTF/DejaVuSans.ttf
 
+LDFLAGS.SunOS+=                -lresolv
+
 PKGCONFIG_OVERRIDE+=   libcupsfilters.pc.in
 PKGCONFIG_OVERRIDE+=   libfontembed.pc.in
 



Home | Main Index | Thread Index | Old Index