pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/wwwoffle



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

Modified Files:
        pkgsrc/www/wwwoffle: Makefile

Log Message:
wwwoffle: SunOS needs libnsl.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/www/wwwoffle/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/wwwoffle/Makefile
diff -u pkgsrc/www/wwwoffle/Makefile:1.100 pkgsrc/www/wwwoffle/Makefile:1.101
--- pkgsrc/www/wwwoffle/Makefile:1.100  Wed Apr 19 08:11:52 2023
+++ pkgsrc/www/wwwoffle/Makefile        Mon Jun 26 09:33:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2023/04/19 08:11:52 adam Exp $
+# $NetBSD: Makefile,v 1.101 2023/06/26 09:33:41 jperkin Exp $
 
 DISTNAME=      wwwoffle-2.9j
 PKGREVISION=   15
@@ -18,6 +18,8 @@ BUILD_DEFS+=  VARBASE
 CONFIGURE_ARGS+=       --with-confdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=       --with-spooldir=${VARBASE}/wwwoffle
 
+LDFLAGS.SunOS+=        -lnsl
+
 CHECK_PORTABILITY_SKIP+=       configure.in
 
 PKG_SYSCONFSUBDIR=     wwwoffle



Home | Main Index | Thread Index | Old Index