Browse Source

fixed gtkextra

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1733 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
d8ccdac0e5
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -1
      package/gnome24/gtkextra/fix_autogen.patch

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -6,6 +6,7 @@
- Alejandro Mery: the _big_ Download refactoring work + new features like
proxy authentication, cvs password support, using the
orignial server on mirror fail, ...
- fixed gtkextra
*) 2003-11-09 (2.0.0-rc2 - 2.0.0-rc3)

+ 2
- 1
package/gnome24/gtkextra/fix_autogen.patch

@ -22,12 +22,13 @@
--- ./autogen.sh.old Thu Jul 18 20:55:51 2002
+++ ./autogen.sh Sun Feb 2 22:41:49 2003
@@ -50,7 +50,7 @@
@@ -50,7 +50,8 @@
if ( aclocal --version ) </dev/null > /dev/null 2>&1; then
rm -f aclocal.m4
echo -n "Building aclocal.m4... "
- ${ACLOCAL}
+ ${ACLOCAL} -I /opt/gnome2/share/aclocal
+ ${ACLOCAL} -I /opt/gnome24/share/aclocal
echo "done."
else
echo "aclocal not found -- aborting `basename $0`"

Loading…
Cancel
Save