summaryrefslogtreecommitdiff
path: root/wm/awesome/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-14 20:52:49 +0000
committerrillig <rillig@pkgsrc.org>2007-11-14 20:52:49 +0000
commitf1d269b3761c5f1071a28eda23f33c4a273332fc (patch)
tree0127381fe7957d4e68fc7246286e96e718add51b /wm/awesome/patches
parent388fc0f81a6956b84277dd71528f8695b32126d1 (diff)
downloadpkgsrc-f1d269b3761c5f1071a28eda23f33c4a273332fc.tar.gz
Removed the gcc4-specific compiler flags from CFLAGS. Patch by Adam Hoka
via tech-pkg. PKGREVISION++ Fixed MESSAGE, since there is no "install-user" target. It had been there in the original version of the package. I didn't find it likely that end-users would use pkgsrc for installing a single configuration file, so I removed that.
Diffstat (limited to 'wm/awesome/patches')
-rw-r--r--wm/awesome/patches/patch-aa13
1 files changed, 8 insertions, 5 deletions
diff --git a/wm/awesome/patches/patch-aa b/wm/awesome/patches/patch-aa
index 14a2488fb44..599cd27280f 100644
--- a/wm/awesome/patches/patch-aa
+++ b/wm/awesome/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/11/03 17:27:55 rillig Exp $
+$NetBSD: patch-aa,v 1.2 2007/11/14 20:52:50 rillig Exp $
---- config.mk.orig 2007-10-05 17:07:18.000000000 +0200
+--- config.mk.orig 2007-11-13 16:45:43.000000000 +0100
+++ config.mk
-@@ -7,18 +7,17 @@ VERSION = 1.3
+@@ -7,19 +7,18 @@ VERSION = 1.3
LAYOUTS = layouts/tile.c layouts/floating.c layouts/max.c
# paths
@@ -21,7 +21,10 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/11/03 17:27:55 rillig Exp $
# flags
-CFLAGS = -fgnu89-inline -std=gnu99 -ggdb3 -pipe -Wall -Wextra -W -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wuninitialized -Winit-self -Wpointer-arith -Wredundant-decls -Wno-format-zero-length -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-noreturn -O3 ${INCS} -DVERSION=\"${VERSION}\"
-+CFLAGS += -std=gnu99 -ggdb3 -pipe -Wall -Wextra -W -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wuninitialized -Winit-self -Wpointer-arith -Wredundant-decls -Wno-format-zero-length -Wmissing-prototypes -Wmissing-format-attribute -Wmissing-noreturn ${INCS} -DVERSION=\"${VERSION}\"
- LDFLAGS = -ggdb3 ${LIBS}
+-LDFLAGS = -ggdb3 ${LIBS}
++CFLAGS += -Wall ${INCS} -DVERSION=\"${VERSION}\"
++LDFLAGS = ${LIBS}
# compiler and linker
+-CC = cc
++#CC = cc