diff options
author | flz <flz@FreeBSD.org> | 2005-06-28 16:58:42 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-28 16:58:42 +0800 |
commit | 5483c06e2ed3ec51dcaf1c4fa62a8256c9a78086 (patch) | |
tree | 0740e931c29ac4191611a5961c95fe5af7070019 /emulators | |
parent | d7807101434ed9607c7a7f9cf58902689d59ea33 (diff) | |
download | freebsd-ports-gnome-5483c06e2ed3ec51dcaf1c4fa62a8256c9a78086.tar.gz freebsd-ports-gnome-5483c06e2ed3ec51dcaf1c4fa62a8256c9a78086.tar.zst freebsd-ports-gnome-5483c06e2ed3ec51dcaf1c4fa62a8256c9a78086.zip |
- Replace patch-configure with a unified version of the patch.
PR: ports/82373
Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/generator-cbiere/files/patch-configure | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/emulators/generator-cbiere/files/patch-configure b/emulators/generator-cbiere/files/patch-configure index 7522d74e6773..5b477c4d9fb8 100644 --- a/emulators/generator-cbiere/files/patch-configure +++ b/emulators/generator-cbiere/files/patch-configure @@ -1,19 +1,10 @@ -*** configure.orig Sun Apr 17 03:19:27 2005 ---- configure Fri Apr 29 18:25:26 2005 -*************** -*** 4179,4185 **** - fi - - if [ "x$GCCVER" != "xno" ]; then -! CFLAGS="$CFLAGS -W -Wall -Wformat=2" - if [ "x$WARN" != "xno" ]; then - CFLAGS="$CFLAGS -Wstrict-prototypes -Wunused" - fi ---- 4179,4185 ---- - fi - - if [ "x$GCCVER" != "xno" ]; then -! # CFLAGS="$CFLAGS -W -Wall -Wformat=2" - if [ "x$WARN" != "xno" ]; then - CFLAGS="$CFLAGS -Wstrict-prototypes -Wunused" - fi +--- configure.orig Sun Apr 17 03:19:27 2005 ++++ configure Fri Jun 17 20:12:41 2005 +@@ -4179,7 +4179,6 @@ + fi + + if [ "x$GCCVER" != "xno" ]; then +- CFLAGS="$CFLAGS -W -Wall -Wformat=2" + if [ "x$WARN" != "xno" ]; then + CFLAGS="$CFLAGS -Wstrict-prototypes -Wunused" + fi |