pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/angband
Module Name: pkgsrc
Committed By: nia
Date: Tue Nov 9 11:32:39 UTC 2021
Modified Files:
pkgsrc/games/angband: Makefile.common
Log Message:
angband: partial linking incompatible with MKPIE
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/angband/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/games/angband/Makefile.common
diff -u pkgsrc/games/angband/Makefile.common:1.3 pkgsrc/games/angband/Makefile.common:1.4
--- pkgsrc/games/angband/Makefile.common:1.3 Tue Aug 31 08:23:14 2021
+++ pkgsrc/games/angband/Makefile.common Tue Nov 9 11:32:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2021/08/31 08:23:14 nia Exp $
+# $NetBSD: Makefile.common,v 1.4 2021/11/09 11:32:39 nia Exp $
# used by games/angband-sdl/Makefile
# used by games/angband/Makefile
@@ -27,6 +27,9 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/
CONFIGURE_ARGS+= --without-x
+# "ld: -r and -pie may not be used together"
+MKPIE_SUPPORTED= no
+
SUBST_CLASSES+= nc
SUBST_STAGE.nc= pre-configure
SUBST_MESSAGE.nc= Fixing the ncursesw version number.
Home |
Main Index |
Thread Index |
Old Index