pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/kchmviewer
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 26 08:36:15 UTC 2023
Modified Files:
pkgsrc/misc/kchmviewer: Makefile
Log Message:
kchmviewer: Needs socket libraries on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/misc/kchmviewer/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/kchmviewer/Makefile
diff -u pkgsrc/misc/kchmviewer/Makefile:1.113 pkgsrc/misc/kchmviewer/Makefile:1.114
--- pkgsrc/misc/kchmviewer/Makefile:1.113 Mon May 22 21:00:36 2023
+++ pkgsrc/misc/kchmviewer/Makefile Mon Jun 26 08:36:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2023/05/22 21:00:36 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2023/06/26 08:36:15 jperkin Exp $
DISTNAME= kchmviewer-7.2.1
PKGREVISION= 66
@@ -17,6 +17,8 @@ USE_LIBTOOL= YES
WRKSRC= ${WRKDIR}/kchmviewer-7.2
+LDFLAGS.SunOS+= -lsocket -lnsl
+
SUBST_CLASSES+= zip
SUBST_SED.zip+= -e 's,-I${PREFIX}/include,-I${PREFIX}/include -I${PREFIX}/lib/libzip/include,'
SUBST_MESSAGE.zip= Add missing header search path.
Home |
Main Index |
Thread Index |
Old Index