pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/moria



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jan 15 09:54:21 UTC 2018

Modified Files:
        pkgsrc/games/moria: Makefile

Log Message:
moria: Use FORTIFY_SUPPORTED=no instead of PKGSRC_USE_FORTIFY=no.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/games/moria/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/moria/Makefile
diff -u pkgsrc/games/moria/Makefile:1.21 pkgsrc/games/moria/Makefile:1.22
--- pkgsrc/games/moria/Makefile:1.21    Sun Jan 14 17:34:00 2018
+++ pkgsrc/games/moria/Makefile Mon Jan 15 09:54:21 2018
@@ -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 @@ COMMENT=              Rogue-like game with a differe
 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 @@ do-configure:
        @${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