From a35448eaa93774a83c279438f6eb972dcfe2bdb8 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Wed, 12 Mar 2008 01:40:46 -0300 Subject: revert almost all the bogus changes I did, sorry --- ham/unixcw/BUILD | 26 +++++++++++++------------- ham/unixcw/HISTORY | 3 --- 2 files changed, 13 insertions(+), 16 deletions(-) (limited to 'ham') diff --git a/ham/unixcw/BUILD b/ham/unixcw/BUILD index 7e5cccea1a..ac44175a14 100755 --- a/ham/unixcw/BUILD +++ b/ham/unixcw/BUILD @@ -1,15 +1,15 @@ -if ! [ -e /usr/lib/libqt.so ]; then - ln -s $TRACK_ROOT/usr/lib/libqt-mt.so.3.0.4 /usr/lib/libqt.so -fi + if ! [ -e /usr/lib/libqt.so ]; then + ln -s $TRACK_ROOT/usr/lib/libqt-mt.so.3.0.4 /usr/lib/libqt.so + fi -mkdir /tmp/unixcw_qt -ln -s $TRACK_ROOT/usr/include/qt /tmp/unixcw_qt/include -ln -s $TRACK_ROOT/usr/bin /tmp/unixcw_qt/bin -ln -s $TRACK_ROOT/usr/lib/qt /tmp/unixcw_qt/lib -persistent_add QTDIR=/tmp/unixcw_qt + mkdir /tmp/unixcw_qt + ln -s $TRACK_ROOT/usr/include/qt /tmp/unixcw_qt/include + ln -s $TRACK_ROOT/usr/bin /tmp/unixcw_qt/bin + ln -s $TRACK_ROOT/usr/lib/qt /tmp/unixcw_qt/lib + export QTDIR=/tmp/unixcw_qt -./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - $OPTS && -make all + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + $OPTS && + make all diff --git a/ham/unixcw/HISTORY b/ham/unixcw/HISTORY index 207ef99f31..ded6a501d7 100644 --- a/ham/unixcw/HISTORY +++ b/ham/unixcw/HISTORY @@ -1,6 +1,3 @@ -2008-03-11 Ismael Luceno - * BUILD: use persistent_add instead of export - 2006-10-26 Jaka Kranjc * BUILD, INSTALL: use TRACK_ROOT when linking #9163 -- cgit v1.2.3