]> git.pld-linux.org Git - packages/g-wrap.git/commitdiff
- disable -Werror on compile test programs.
authorkloczek <kloczek@pld-linux.org>
Tue, 12 Feb 2002 18:13:51 +0000 (18:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    g-wrap-werror.patch -> 1.1

g-wrap-werror.patch [new file with mode: 0644]

diff --git a/g-wrap-werror.patch b/g-wrap-werror.patch
new file mode 100644 (file)
index 0000000..5f38337
--- /dev/null
@@ -0,0 +1,22 @@
+--- g-wrap-1.1.10/test/Makefile.am.foo Thu Jan 24 17:14:53 2002
++++ g-wrap-1.1.10/test/Makefile.am     Thu Jan 24 17:15:00 2002
+@@ -21,7 +21,7 @@
+ #BEGIN TEMP JUNK ============================================================
+-CFLAGS = -O2 -Werror -Wall -g -I../libruntime-guile @CFLAGS@
++CFLAGS = -Wall -I../libruntime-guile @CFLAGS@
+ #
+ ##I believe libtool won't allow this yet.
+--- g-wrap-1.2.1/test/Makefile.in.orig Thu Oct 11 15:31:26 2001
++++ g-wrap-1.2.1/test/Makefile.in      Fri Jan 25 14:52:52 2002
+@@ -121,7 +121,7 @@
+ #EXTRA_DIST += .cvsignore
+ #BEGIN TEMP JUNK ============================================================
+-CFLAGS = -O2 -Werror -Wall -g -I../libruntime-guile @CFLAGS@
++CFLAGS = -Wall -I../libruntime-guile @CFLAGS@
+ libgw_test_parent_la_SOURCES = gw-test-parent.c gw-test-parent-code.c
+ libgw_test_parent_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic
+ libgw_test_parent_la_LIBADD = ../libruntime-guile/libg-wrap-runtime-guile.la
This page took 0.145027 seconds and 4 git commands to generate.