]> git.pld-linux.org Git - packages/g-wrap.git/blame - g-wrap-werror.patch
- disable -Werror on compile test programs.
[packages/g-wrap.git] / g-wrap-werror.patch
CommitLineData
182ad389 1--- g-wrap-1.1.10/test/Makefile.am.foo Thu Jan 24 17:14:53 2002
2+++ g-wrap-1.1.10/test/Makefile.am Thu Jan 24 17:15:00 2002
3@@ -21,7 +21,7 @@
4
5 #BEGIN TEMP JUNK ============================================================
6
7-CFLAGS = -O2 -Werror -Wall -g -I../libruntime-guile @CFLAGS@
8+CFLAGS = -Wall -I../libruntime-guile @CFLAGS@
9
10 #
11 ##I believe libtool won't allow this yet.
12--- g-wrap-1.2.1/test/Makefile.in.orig Thu Oct 11 15:31:26 2001
13+++ g-wrap-1.2.1/test/Makefile.in Fri Jan 25 14:52:52 2002
14@@ -121,7 +121,7 @@
15 #EXTRA_DIST += .cvsignore
16
17 #BEGIN TEMP JUNK ============================================================
18-CFLAGS = -O2 -Werror -Wall -g -I../libruntime-guile @CFLAGS@
19+CFLAGS = -Wall -I../libruntime-guile @CFLAGS@
20 libgw_test_parent_la_SOURCES = gw-test-parent.c gw-test-parent-code.c
21 libgw_test_parent_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic
22 libgw_test_parent_la_LIBADD = ../libruntime-guile/libg-wrap-runtime-guile.la
This page took 0.029419 seconds and 4 git commands to generate.