pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/moria moria: Use FORTIFY_SUPPORTED=no instead of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a95603254b26
branches:  trunk
changeset: 374069:a95603254b26
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jan 15 09:54:21 2018 +0000

description:
moria: Use FORTIFY_SUPPORTED=no instead of PKGSRC_USE_FORTIFY=no.

diffstat:

 games/moria/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 9d4fcc711c8a -r a95603254b26 games/moria/Makefile
--- a/games/moria/Makefile      Mon Jan 15 09:51:55 2018 +0000
+++ b/games/moria/Makefile      Mon Jan 15 09:54:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/01/14 17:34:00 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2018/01/15 09:54:21 jperkin Exp $
 
 DISTNAME=              um5.5.2
 PKGNAME=               moria-5.5.2
@@ -17,6 +17,8 @@
 WRKSRC=                        ${WRKDIR}/umoria
 MAKE_FLAGS+=           CURSES=-l${BUILDLINK_LIBNAME.curses} VARBASE=${VARBASE}
 
+FORTIFY_SUPPORTED=     no
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6
 
 SETGIDGAME=            yes
@@ -28,7 +30,5 @@
        @${RM} -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile
        @cd ${WRKSRC}; ${LN} -s source/* unix/* .
 
-PKGSRC_USE_FORTIFY=    no
-
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index