pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/angband angband: partial linking incompatible wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d9bff785be7
branches:  trunk
changeset: 769181:2d9bff785be7
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 09 11:32:39 2021 +0000

description:
angband: partial linking incompatible with MKPIE

diffstat:

 games/angband/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9c30c09e2e13 -r 2d9bff785be7 games/angband/Makefile.common
--- a/games/angband/Makefile.common     Tue Nov 09 11:28:56 2021 +0000
+++ b/games/angband/Makefile.common     Tue Nov 09 11:32:39 2021 +0000
@@ -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+=       --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