diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 20:38:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 20:38:35 +0000 |
commit | a60458d9d669bfbb902e45606bc8a456213eefe7 (patch) | |
tree | aabf6119afe82b6648f2aa2f69972527bf7eb91f | |
parent | 170e7e33a006d3e527756ad8937d6cc68ee09d90 (diff) | |
download | ports-a60458d9d669bfbb902e45606bc8a456213eefe7.tar.gz ports-a60458d9d669bfbb902e45606bc8a456213eefe7.zip |
Remove -fstrict-prototypes from CFLAGS, since this flag does not exist
on gcc 3.2
Notes
Notes:
svn path=/head/; revision=68431
-rw-r--r-- | misc/pdmenu/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/pdmenu/files/patch-ac b/misc/pdmenu/files/patch-ac new file mode 100644 index 000000000000..fa58b25bd8ae --- /dev/null +++ b/misc/pdmenu/files/patch-ac @@ -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 |