pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/links
Module Name: pkgsrc
Committed By: schmonz
Date: Thu May 18 00:11:33 UTC 2023
Modified Files:
pkgsrc/www/links: Makefile.common
Log Message:
Override configure's attempt to determine CPP. Fixes build on Arch
Linux. Tested to still build on macOS, Debian, NetBSD, and Tribblix.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/www/links/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/links/Makefile.common
diff -u pkgsrc/www/links/Makefile.common:1.81 pkgsrc/www/links/Makefile.common:1.82
--- pkgsrc/www/links/Makefile.common:1.81 Wed Nov 2 18:10:03 2022
+++ pkgsrc/www/links/Makefile.common Thu May 18 00:11:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.81 2022/11/02 18:10:03 fcambus Exp $
+# $NetBSD: Makefile.common,v 1.82 2023/05/18 00:11:32 schmonz Exp $
#
# used by www/links/Makefile
# used by www/links-gui/Makefile
@@ -13,6 +13,7 @@ HOMEPAGE= http://links.twibright.com/
LICENSE= gnu-gpl-v2 # including special OpenSSL paragraph
GNU_CONFIGURE= YES
+CONFIGURE_ENV+= ac_cv_prog_CPP=${CPP:Q}
PLIST_SRC= ${.CURDIR}/../../www/links/PLIST
PATCHDIR= ${.CURDIR}/../../www/links/patches
Home |
Main Index |
Thread Index |
Old Index