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
14 lines
420 B
Diff
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 \
|