pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-base



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jun 23 17:02:15 UTC 2023

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

Log Message:
cups-base: SunOS needs libsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/cups-base/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-base/Makefile
diff -u pkgsrc/print/cups-base/Makefile:1.58 pkgsrc/print/cups-base/Makefile:1.59
--- pkgsrc/print/cups-base/Makefile:1.58        Fri Jun 16 21:12:11 2023
+++ pkgsrc/print/cups-base/Makefile     Fri Jun 23 17:02:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2023/06/16 21:12:11 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2023/06/23 17:02:15 jperkin Exp $
 
 .include "../../print/cups/Makefile.common"
 
@@ -45,6 +45,7 @@ CONFIGURE_ENV+=               DSOFLAGS=${LDFLAGS:M*:Q
 CONFIGURE_ENV.SunOS+=  ac_cv_func_epoll_create=no
 
 CFLAGS.SunOS+=         -D_POSIX_PTHREAD_SEMANTICS
+LDFLAGS.SunOS+=                -lsocket
 
 LIBS+=                 ${BUILDLINK_LDADD.iconv}
 



Home | Main Index | Thread Index | Old Index