pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/Renaissance
Module Name: pkgsrc
Committed By: nia
Date: Sat Apr 2 10:26:32 UTC 2022
Modified Files:
pkgsrc/devel/Renaissance: Makefile
Log Message:
Renaissance: MKPIE not supported
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/Renaissance/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Renaissance/Makefile
diff -u pkgsrc/devel/Renaissance/Makefile:1.41 pkgsrc/devel/Renaissance/Makefile:1.42
--- pkgsrc/devel/Renaissance/Makefile:1.41 Wed Dec 8 16:01:50 2021
+++ pkgsrc/devel/Renaissance/Makefile Sat Apr 2 10:26:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2021/12/08 16:01:50 adam Exp $
+# $NetBSD: Makefile,v 1.42 2022/04/02 10:26:32 nia Exp $
DISTNAME= Renaissance-0.9.0
PKGREVISION= 22
@@ -17,5 +17,8 @@ NO_CONFIGURE= yes
MAKE_JOBS_SAFE= no
MAKE_FILE= GNUmakefile
+# "ld: -r and -pie may not be used together"
+MKPIE_SUPPORTED= no
+
.include "../../x11/gnustep-back/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index