]> git.pld-linux.org Git - packages/g-wrap.git/blob - g-wrap-ac_am_cflags.patch
- release 3
[packages/g-wrap.git] / g-wrap-ac_am_cflags.patch
1 --- g-wrap-1.2.1/test/Makefile.am~      Thu Oct 11 21:31:24 2001
2 +++ g-wrap-1.2.1/test/Makefile.am       Mon May 20 23:12:03 2002
3 @@ -28,7 +28,7 @@
4  
5  #BEGIN TEMP JUNK ============================================================
6  
7 -CFLAGS = -O2 -Werror -Wall -g -I../libruntime-guile @CFLAGS@
8 +CFLAGS = -Werror -Wall -I../libruntime-guile @CFLAGS@
9  
10  #
11  ##I believe libtool won't allow this yet.
12 @@ -42,7 +42,7 @@
13  
14  #  -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile
15  
16 -#  @GUILE_LIBS@ \
17 +#  @GUILE_LIBS@
18  
19  
20  #END TEMP JUNK ===============================================================
21 --- g-wrap-1.2.1/g-wrapped/Makefile.am~ Wed Oct 10 07:20:44 2001
22 +++ g-wrap-1.2.1/g-wrapped/Makefile.am  Mon May 20 23:11:45 2002
23 @@ -18,7 +18,7 @@
24  
25  #BEGIN TEMP JUNK ============================================================
26  
27 -CFLAGS += -O2 -Wall -g -I../libruntime-guile @CFLAGS@
28 +CFLAGS += -Wall -I../libruntime-guile @CFLAGS@
29  
30  #I believe libtool won't allow this yet.
31  #EXTRA_LTLIBRARIES=libruntime.la
32 @@ -34,7 +34,7 @@
33  #  -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile
34  
35  libgw_runtime_la_LIBADD = \
36 -  @GUILE_LIBS@ \
37 +  @GUILE_LIBS@ -L$(LOCALPWD)/../libruntime-guile/.libs \
38    ../libruntime-guile/libg-wrap-runtime-guile.la
39  
40  
41 --- g-wrap-1.2.1/configure.in~  Wed Oct 10 07:15:29 2001
42 +++ g-wrap-1.2.1/configure.in   Mon May 20 23:10:31 2002
43 @@ -48,7 +48,6 @@
44      GUILE_LIBS='-lguile'
45    else
46      GUILE_LIBS=`$BUILD_GUILE link`
47 -    CFLAGS="$CFLAGS `$BUILD_GUILE compile`"
48    fi
49    AC_CHECK_LIB(guile,scm_boot_guile,GUILE_SUPPORT='yes',[
50    AC_MSG_WARN(Can not find Guile on the system)
This page took 0.059296 seconds and 3 git commands to generate.