summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-09-18 23:02:48 +0000
committerTim Harder <radhermit@gentoo.org>2012-09-18 23:02:48 +0000
commitb9eaac166631799da08b9e56fb7e78bd57b85670 (patch)
tree184cf68f888b97bc609671c4c6dd584d083575f6 /x11-wm/subtle/files
parentDev channel bump. (diff)
downloadgentoo-2-b9eaac166631799da08b9e56fb7e78bd57b85670.tar.gz
gentoo-2-b9eaac166631799da08b9e56fb7e78bd57b85670.tar.bz2
gentoo-2-b9eaac166631799da08b9e56fb7e78bd57b85670.zip
Respect proper user flags.
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/subtle/files')
-rw-r--r--x11-wm/subtle/files/subtle-0.11.3224-flags.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/subtle/files/subtle-0.11.3224-flags.patch b/x11-wm/subtle/files/subtle-0.11.3224-flags.patch
index c8fb6554d90e..144fb31ccb03 100644
--- a/x11-wm/subtle/files/subtle-0.11.3224-flags.patch
+++ b/x11-wm/subtle/files/subtle-0.11.3224-flags.patch
@@ -5,10 +5,10 @@
"archdir" => "",
"revision" => "3224", #< Latest stable
- "cflags" => "-Wall -Werror -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99",
-+ "cflags" => "$(CFLAGS) -Wall -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99",
++ "cflags" => "#{ENV['CFLAGS']} -Wall -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99",
"cpppath" => "-I. -I$(builddir) -Isrc -Isrc/shared -Isrc/subtle -idirafter$(hdrdir) -idirafter$(archdir)",
- "ldflags" => "-L$(libdir) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)",
-+ "ldflags" => "$(LDFLAGS) -L$(libdir) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)",
++ "ldflags" => "#{ENV['LDFLAGS']} -L$(libdir) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)",
"extflags" => "$(LDFLAGS) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)",
"rpath" => "-L$(libdir) -Wl,-rpath=$(libdir)",
"checksums" => []