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
commita8e64f57b4ac3b0e95fc9adeca563d217b58103d (patch)
tree695398805c765289278e97d4a88f0f01a31c38d0 /x11-wm/subtle/files
parentDev channel bump. (diff)
downloadhistorical-a8e64f57b4ac3b0e95fc9adeca563d217b58103d.tar.gz
historical-a8e64f57b4ac3b0e95fc9adeca563d217b58103d.tar.bz2
historical-a8e64f57b4ac3b0e95fc9adeca563d217b58103d.zip
Respect proper user flags.
Package-Manager: portage-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" => []