pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/realboy
Module Name: pkgsrc
Committed By: nia
Date: Tue Nov 9 09:59:28 UTC 2021
Modified Files:
pkgsrc/emulators/realboy: Makefile
Log Message:
realboy: fix PIE builds
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/emulators/realboy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/realboy/Makefile
diff -u pkgsrc/emulators/realboy/Makefile:1.7 pkgsrc/emulators/realboy/Makefile:1.8
--- pkgsrc/emulators/realboy/Makefile:1.7 Sun Nov 3 19:24:33 2019
+++ pkgsrc/emulators/realboy/Makefile Tue Nov 9 09:59:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/11/03 19:24:33 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/09 09:59:27 nia Exp $
DISTNAME= realboy-0.2.2
PKGREVISION= 1
@@ -14,6 +14,12 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
INSTALLATION_DIRS= share/doc/realboy
+.include "../../mk/bsd.prefs.mk"
+
+.if ${PKGSRC_MKPIE} == "yes"
+CONFIGURE_ARGS+= --disable-asm
+.endif
+
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/realboy
Home |
Main Index |
Thread Index |
Old Index