summaryrefslogtreecommitdiff
path: root/x11-toolkits/efltk/files/patch-configure.in
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-07-15 09:16:06 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-07-15 09:16:06 +0000
commit7ce499feda58889f80f023ccb3aaf414b7a77612 (patch)
tree48fb4cb0a4125f77216815341bda4b2a77c80527 /x11-toolkits/efltk/files/patch-configure.in
parentMore consistency and markup nits. (diff)
- Update to 2.0.5
Notes
Notes: svn path=/head/; revision=139259
Diffstat (limited to 'x11-toolkits/efltk/files/patch-configure.in')
-rw-r--r--x11-toolkits/efltk/files/patch-configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/efltk/files/patch-configure.in b/x11-toolkits/efltk/files/patch-configure.in
index 2bbb3e590b9a..91fb82e40031 100644
--- a/x11-toolkits/efltk/files/patch-configure.in
+++ b/x11-toolkits/efltk/files/patch-configure.in
@@ -1,9 +1,9 @@
---- configure.in.orig Fri May 30 12:48:30 2003
-+++ configure.in Sat Feb 28 04:37:19 2004
+--- configure.in.orig Fri Apr 29 20:13:18 2005
++++ configure.in Fri Jul 15 12:38:50 2005
@@ -36,7 +36,7 @@
FL_MAJOR_VERSION=2
FL_MINOR_VERSION=0
- FL_PATCH_VERSION=3
+ FL_PATCH_VERSION=5
-FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
+FL_API_VERSION=${FL_MAJOR_VERSION}
@@ -17,7 +17,7 @@
SYSTYPE="UNIX"
DSOCOMMAND=""
THEMECOMMAND=""
-@@ -430,10 +429,12 @@
+@@ -420,10 +419,12 @@
AC_ARG_ENABLE(threads, [ --disable-threads dont require mt libraries],,enable_threads=yes)
have_pthread=no
if test "$enable_threads" = yes; then