summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
Diffstat (limited to 'ham')
-rwxr-xr-xham/unixcw/BUILD26
-rw-r--r--ham/unixcw/HISTORY3
2 files changed, 13 insertions, 16 deletions
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 <ismael@sourcemage.org>
- * BUILD: use persistent_add instead of export
-
2006-10-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* BUILD, INSTALL: use TRACK_ROOT when linking #9163