pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ftnchek



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 10 10:22:15 UTC 2024

Modified Files:
        pkgsrc/devel/ftnchek: Makefile

Log Message:
ftnchek: needs -fPIE to survive configure


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ftnchek/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/ftnchek/Makefile
diff -u pkgsrc/devel/ftnchek/Makefile:1.25 pkgsrc/devel/ftnchek/Makefile:1.26
--- pkgsrc/devel/ftnchek/Makefile:1.25  Sat Dec 30 01:52:19 2023
+++ pkgsrc/devel/ftnchek/Makefile       Sat Feb 10 10:22:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2023/12/30 01:52:19 zafer Exp $
+# $NetBSD: Makefile,v 1.26 2024/02/10 10:22:15 wiz Exp $
 
 DISTNAME=      ftnchek-3.3.1
 CATEGORIES=    devel
@@ -14,6 +14,8 @@ CONFIGURE_ARGS+=      --disable-submodel
 
 USE_TOOLS+=    soelim
 
+CFLAGS+=       -fPIE
+
 .if (${MACHINE_ARCH} == "arm")
 CFLAGS+=       -O1
 .endif



Home | Main Index | Thread Index | Old Index