pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php74



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Mar 19 17:49:53 UTC 2026

Modified Files:
        pkgsrc/lang/php74: Makefile

Log Message:
php74: SunOS needs socket libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/php74/Makefile

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

Modified files:

Index: pkgsrc/lang/php74/Makefile
diff -u pkgsrc/lang/php74/Makefile:1.35 pkgsrc/lang/php74/Makefile:1.36
--- pkgsrc/lang/php74/Makefile:1.35     Wed Jan  7 08:47:40 2026
+++ pkgsrc/lang/php74/Makefile  Thu Mar 19 17:49:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2026/01/07 08:47:40 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2026/03/19 17:49:52 jperkin Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -59,6 +59,8 @@ INSTALL_UNSTRIPPED=   yes
 CFLAGS+=       -DSQLITE_ENABLE_LOCKING_STYLE=0 -DSQLITE_WITHOUT_ZONEMALLOC
 .endif
 
+LIBS.SunOS+=   -lsocket -lnsl
+
 .include "../../mk/compiler.mk"
 
 .if ${PKGSRC_COMPILER:Mgcc}



Home | Main Index | Thread Index | Old Index