]> git.pld-linux.org Git - packages/g-wrap.git/commitdiff
- updated for 1.3.4
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Mar 2005 12:56:42 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    g-wrap-ac_am_cflags.patch -> 1.2

g-wrap-ac_am_cflags.patch

index 1b14c8c8a6bd244230679e544949d1974da0350e..e9e08da92bdadd20b0a5693726ed9eeeadaadc64 100644 (file)
@@ -1,50 +1,22 @@
---- g-wrap-1.2.1/test/Makefile.am~     Thu Oct 11 21:31:24 2001
-+++ g-wrap-1.2.1/test/Makefile.am      Mon May 20 23:12:03 2002
-@@ -28,7 +28,7 @@
+--- g-wrap-1.3.4/test/Makefile.am.orig 2002-11-07 18:23:42.000000000 +0100
++++ g-wrap-1.3.4/test/Makefile.am      2005-03-27 14:21:22.515377136 +0200
+@@ -55,7 +55,7 @@
  
- #BEGIN TEMP JUNK ============================================================
+ # ===========================================================================
  
--CFLAGS = -O2 -Werror -Wall -g -I../libruntime-guile @CFLAGS@
-+CFLAGS = -Werror -Wall -I../libruntime-guile @CFLAGS@
+-AM_CFLAGS = -O2 -Wall -Wno-uninitialized -Werror -g \
++AM_CFLAGS = -Wall -Wno-uninitialized -Werror \
+  -I ${top_srcdir}/g-wrap \
+  ${GW_GLIB_CFLAGS_ADD} \
+  ${GW_GUILE_GTK_CFLAGS_ADD}
+--- g-wrap-1.3.4/g-wrap/Makefile.am.orig       2002-11-07 18:23:43.000000000 +0100
++++ g-wrap-1.3.4/g-wrap/Makefile.am    2005-03-27 14:20:28.307617968 +0200
+@@ -55,7 +55,7 @@
  
- #
- ##I believe libtool won't allow this yet.
-@@ -42,7 +42,7 @@
+ #AM_CFLAGS = -O2 -g -Wall -Wno-uninitialized -Werror
  
- #  -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile
+-AM_CFLAGS = -O2 -g -Wall -Werror \
++AM_CFLAGS = -Wall -Werror \
+  ${GW_GLIB_CFLAGS_ADD} \
+  ${GW_GUILE_GTK_CFLAGS_ADD}
  
--#  @GUILE_LIBS@ \
-+#  @GUILE_LIBS@
- #END TEMP JUNK ===============================================================
---- g-wrap-1.2.1/g-wrapped/Makefile.am~        Wed Oct 10 07:20:44 2001
-+++ g-wrap-1.2.1/g-wrapped/Makefile.am Mon May 20 23:11:45 2002
-@@ -18,7 +18,7 @@
- #BEGIN TEMP JUNK ============================================================
--CFLAGS += -O2 -Wall -g -I../libruntime-guile @CFLAGS@
-+CFLAGS += -Wall -I../libruntime-guile @CFLAGS@
- #I believe libtool won't allow this yet.
- #EXTRA_LTLIBRARIES=libruntime.la
-@@ -34,7 +34,7 @@
- #  -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile
- libgw_runtime_la_LIBADD = \
--  @GUILE_LIBS@ \
-+  @GUILE_LIBS@ -L$(LOCALPWD)/../libruntime-guile/.libs \
-   ../libruntime-guile/libg-wrap-runtime-guile.la
---- g-wrap-1.2.1/configure.in~ Wed Oct 10 07:15:29 2001
-+++ g-wrap-1.2.1/configure.in  Mon May 20 23:10:31 2002
-@@ -48,7 +48,6 @@
-     GUILE_LIBS='-lguile'
-   else
-     GUILE_LIBS=`$BUILD_GUILE link`
--    CFLAGS="$CFLAGS `$BUILD_GUILE compile`"
-   fi
-   AC_CHECK_LIB(guile,scm_boot_guile,GUILE_SUPPORT='yes',[
-   AC_MSG_WARN(Can not find Guile on the system)
This page took 0.194675 seconds and 4 git commands to generate.