pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/Cenon



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jun 27 07:01:39 UTC 2022

Modified Files:
        pkgsrc/graphics/Cenon: Makefile

Log Message:
Cenon: MKPIE not supported


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/Cenon/Makefile

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

Modified files:

Index: pkgsrc/graphics/Cenon/Makefile
diff -u pkgsrc/graphics/Cenon/Makefile:1.43 pkgsrc/graphics/Cenon/Makefile:1.44
--- pkgsrc/graphics/Cenon/Makefile:1.43 Mon Apr 18 19:11:14 2022
+++ pkgsrc/graphics/Cenon/Makefile      Mon Jun 27 07:01:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2022/04/18 19:11:14 adam Exp $
+# $NetBSD: Makefile,v 1.44 2022/06/27 07:01:39 nia Exp $
 #
 
 DISTNAME=              Cenon-3.9.6
@@ -17,6 +17,9 @@ USE_LANGUAGES=                objc
 WRKSRC=                        ${WRKDIR}/Cenon
 NO_CONFIGURE=          yes
 
+# "/usr/bin/ld: -r and -pie may not be used together"
+MKPIE_SUPPORTED=       no
+
 INSTALLATION_DIRS+=    share/doc/Cenon
 INSTALLATION_DIRS+=    share/GNUstep/Library/Cenon
 



Home | Main Index | Thread Index | Old Index