1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Remove -fstrict-prototypes from CFLAGS, since this flag does not exist

on gcc 3.2
This commit is contained in:
Kris Kennaway 2002-10-20 20:38:35 +00:00
parent 170e7e33a0
commit a60458d9d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68431

View File

@ -0,0 +1,11 @@
--- ./autoconf/makeinfo.in.orig Sun Oct 20 13:39:21 2002
+++ ./autoconf/makeinfo.in Sun Oct 20 13:39:28 2002
@@ -16,7 +16,7 @@
VER = @VER@
DEFINES = -DETCDIR=\"${SYSCONFDIR}/\" -DVER=\"${VER}\" @DEFS@ \
$(PROFILE) -D__USE_FIXED_PROTOTYPES__ -D_GNU_SOURCE
-CFLAGS_FOR_GCC = -Wall -fstrict-prototypes
+CFLAGS_FOR_GCC = -Wall
CFLAGS = $(DEFINES) @gcc_cflags@ @CFLAGS@
LIBS = @LIBS@ $(EFENCE)
SRCDIR = src