]> git.pld-linux.org Git - packages/denemo.git/commitdiff
- updated for 0.7.3beta2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Oct 2005 14:48:07 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    denemo-opt.patch -> 1.2

denemo-opt.patch

index 5a044f0fa72268aea79af93329c9c075ecc1f03c..9e53157961d810150b3c4ac13271cf79a168485c 100644 (file)
@@ -1,22 +1,20 @@
---- denemo-0.7.1/configure.in.orig     2003-03-24 19:27:51.000000000 +0100
-+++ denemo-0.7.1/configure.in  2003-05-09 08:40:55.000000000 +0200
-@@ -36,8 +36,8 @@
+--- denemo-0.7.3beta2/configure.in.orig        2005-04-03 16:43:10.000000000 +0200
++++ denemo-0.7.3beta2/configure.in     2005-10-30 15:18:10.402061032 +0100
+@@ -37,7 +37,7 @@
            )
- if test "x$usegtk2" = "xyes"; then
#if test "x$usegtk2" = "xyes"; then
        PKG_CHECK_MODULES(DENEMO, gtk+-2.0 >= 2.0.3)
 -      CFLAGS="$DENEMO_CFLAGS"
--      LIBS="$DENEMO_LIBS"
 +      CFLAGS="$CFLAGS $DENEMO_CFLAGS"
-+      LIBS="$LIBS $DENEMO_LIBS"
- else
- AM_PATH_GTK(1.2.0, [LIBS="$LIBS $GTK_LIBS"
-                     CFLAGS="$CFLAGS $GTK_CFLAGS"
-@@ -190,7 +190,7 @@
+       LIBS="$DENEMO_LIBS"
+ #else
+ #AM_PATH_GTK(1.2.0, [LIBS="$LIBS $GTK_LIBS"
+@@ -187,7 +187,7 @@
  AC_SUBST(CPPFLAGS)
  AC_SUBST(LDFLAGS)
  
 -CXXFLAGS="$CFLAGS -g -Wall -O2"
-+CXXFLAGS="$CFLAGS"
++CXXFLAGS="$CFLAGS -Wall"
+ AC_SUBST(CXXFLAGS)
  
- AC_OUTPUT([ 
- Makefile 
+ AC_OUTPUT([  m4/Makefile 
This page took 0.069707 seconds and 4 git commands to generate.