diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-23 19:16:48 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-23 19:16:48 +0000 |
commit | cd93cd62db9b4462932ef66a00f163d3286b2a34 (patch) | |
tree | a42e19be0f8b6632196114f5adc6bc5d348488f7 /packages/classpath/files | |
parent | 5599260fe5f7d401bc36c677245511855b63318c (diff) |
classpath: update from Andrew Paulsen. partly closes 2296.
* update classpath-gtk. fix $PN-issue.
* add classpath-gtk_cvs
* add classpath-minimal-native
Diffstat (limited to 'packages/classpath/files')
-rw-r--r-- | packages/classpath/files/gconf_version.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/classpath/files/gconf_version.patch b/packages/classpath/files/gconf_version.patch new file mode 100644 index 0000000000..b1be1209a2 --- /dev/null +++ b/packages/classpath/files/gconf_version.patch @@ -0,0 +1,11 @@ +--- classpath-0.93/configure.ac~ 2007-03-29 15:52:30.000000000 -0500 ++++ classpath-0.93/configure.ac 2007-03-29 15:52:30.000000000 -0500 +@@ -496,7 +496,7 @@ + + dnl gconf-peer + if test "x${COMPILE_GCONF_PEER}" = xyes; then +- PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.11.2) ++ PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.6.0) + AC_SUBST(GCONF_CFLAGS) + AC_SUBST(GCONF_LIBS) + dnl we also need gdk for locking |