libcaca/libcaca-ruby_am_cflags.patch
OBS User autobuild f1fa4b0bd8 Accepting request 23861 from GNOME:Factory
Copy from GNOME:Factory/libcaca based on submit request 23861 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/23861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcaca?expand=0&rev=9
2009-11-10 09:20:58 +00:00

14 lines
420 B
Diff

Index: ruby/Makefile.am
===================================================================
--- ruby/Makefile.am.orig
+++ ruby/Makefile.am
@@ -9,7 +9,7 @@ rubysite_DATA = lib/caca.rb
TESTS = test
endif
-CFLAGS += -Wno-strict-prototypes -Wno-missing-prototypes
+AM_CFLAGS = -Wno-strict-prototypes -Wno-missing-prototypes
caca_la_CPPFLAGS = -I$(top_srcdir)/caca -I../caca $(RUBY_CFLAGS)
caca_la_SOURCES = caca.c \