pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/w3m
Module Name: pkgsrc
Committed By: schmonz
Date: Wed Jun 21 15:16:15 UTC 2023
Modified Files:
pkgsrc/www/w3m: Makefile.common
Log Message:
w3m{,-img}: needs -lm on Solaris.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/www/w3m/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/w3m/Makefile.common
diff -u pkgsrc/www/w3m/Makefile.common:1.76 pkgsrc/www/w3m/Makefile.common:1.77
--- pkgsrc/www/w3m/Makefile.common:1.76 Thu Apr 27 13:26:19 2023
+++ pkgsrc/www/w3m/Makefile.common Wed Jun 21 15:16:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.76 2023/04/27 13:26:19 wiz Exp $
+# $NetBSD: Makefile.common,v 1.77 2023/06/21 15:16:15 schmonz Exp $
#
# used by www/w3m/Makefile
# used by www/w3m-img/Makefile
@@ -70,6 +70,10 @@ SUBST_STAGE.fh= pre-configure
SUBST_FILES.fh= istream.*
SUBST_SED.fh= -e 's/file_handle/file_handle_rofl/g'
+.if ${OPSYS} == SunOS && ${OS_VARIANT} == Solaris
+LDFLAGS+= -lm
+.endif
+
INSTALLATION_DIRS+= ${DOCDIR}
INSTALL_TARGET= install install-helpfile
Home |
Main Index |
Thread Index |
Old Index