pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/surf



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 09:33:02 UTC 2023

Modified Files:
        pkgsrc/www/surf: Makefile

Log Message:
surf: SunOS needs libsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/surf/Makefile

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

Modified files:

Index: pkgsrc/www/surf/Makefile
diff -u pkgsrc/www/surf/Makefile:1.10 pkgsrc/www/surf/Makefile:1.11
--- pkgsrc/www/surf/Makefile:1.10       Wed Apr 19 08:11:52 2023
+++ pkgsrc/www/surf/Makefile    Mon Jun 26 09:33:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/04/19 08:11:52 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/06/26 09:33:02 jperkin Exp $
 
 DISTNAME=      surf-2.1
 PKGREVISION=   9
@@ -12,6 +12,8 @@ LICENSE=      mit
 
 USE_TOOLS+=    pkg-config
 
+LDFLAGS.SunOS+=        -lsocket
+
 SUBST_CLASSES+=                configmk
 SUBST_STAGE.configmk=  pre-configure
 SUBST_MESSAGE.configmk=        Fixing config.mk



Home | Main Index | Thread Index | Old Index