72f9514cc1
use %autosetup, be prepared for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1149718 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcaca?expand=0&rev=74
14 lines
415 B
Diff
14 lines
415 B
Diff
Index: ruby/Makefile.am
|
|
===================================================================
|
|
--- libcaca/ruby/Makefile.am
|
|
+++ libcaca-new/ruby/Makefile.am
|
|
@@ -12,7 +12,7 @@ TESTS = test
|
|
endif
|
|
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 \
|