
Linspire Clear SuSE 10.0 RPM
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
helmerj
14 years ago
This RPM does not work under KDE 3.5. In order to compile the source from linspire under Suse 10.0 running KDE 3.5, you will have get rid of the automake warning.
1. extract the source
2. edit admin/cvs.sh, and chnage the following line (around line 80) from:
* )
echo "*** YOU'RE USING $AUTOMAKE_STRING."
echo "*** KDE requires automake 1.6"
exit 1
;;
esac
to
* )
echo "*** YOU'RE USING $AUTOMAKE_STRING."
echo "*** KDE requires automake 1.6"
# exit 1
;;
esac
IT will still complain about the wrong version of automake but wont exit the script...
3. save the file and then issue this command in the package root dir:
make -f Makefile.cvs
4. run the created ./configure script as usual.
J.
Report
Superstoned
15 years ago
Report
flamingyak
15 years ago
Report
temizel
15 years ago
Report
gryphen
15 years ago
Report
patch
15 years ago
Report