summaryrefslogtreecommitdiffstats
path: root/display/directfb
diff options
context:
space:
mode:
authorIsmael Luceno2008-03-12 01:40:46 -0300
committerIsmael Luceno2008-03-12 01:40:46 -0300
commita35448eaa93774a83c279438f6eb972dcfe2bdb8 (patch)
tree920bbbd5bd1ed9125aeed312fd5687817ce07f44 /display/directfb
parent6ce57b97a3ce68402e781903051505b83725cd2c (diff)
revert almost all the bogus changes I did, sorry
Diffstat (limited to 'display/directfb')
-rwxr-xr-xdisplay/directfb/BUILD2
-rwxr-xr-xdisplay/directfb/CONFIGURE6
-rw-r--r--display/directfb/HISTORY3
3 files changed, 4 insertions, 7 deletions
diff --git a/display/directfb/BUILD b/display/directfb/BUILD
index 859e899503..3db6c551f2 100755
--- a/display/directfb/BUILD
+++ b/display/directfb/BUILD
@@ -6,7 +6,7 @@ OPTS="--with-inputdrivers=$inputdrivers \
if is_depends_enabled $SPELL libmpeg3; then
- persistent_add CPPFLAGS="$CPPFLAGS -I/usr/include/libmpeg3/"
+ export CPPFLAGS="$CPPFLAGS -I/usr/include/libmpeg3/"
fi &&
default_build
diff --git a/display/directfb/CONFIGURE b/display/directfb/CONFIGURE
index f9c1ddd0e4..383d476865 100755
--- a/display/directfb/CONFIGURE
+++ b/display/directfb/CONFIGURE
@@ -51,12 +51,12 @@ if ! grep -q "gfxdrivers" $SPELL_CONFIG ;then
if query "select gfxdrivers to compile?" n
then
gfxdrivers=all
- OLD_IFS="$IFS"
- persistent_add IFS="
+ OLD_IFS=$IFS
+ export IFS="
"
gfxdrivers=`get_gfx | tr '\n' ','`
echo "gfxdrivers=$gfxdrivers" >> $SPELL_CONFIG
- persistent_add IFS="$OLD_IFS"
+ export IFS=$OLD_IFS
else echo gfxdrivers=all >> $SPELL_CONFIG
fi
fi &&
diff --git a/display/directfb/HISTORY b/display/directfb/HISTORY
index 22138dac72..8f7202e793 100644
--- a/display/directfb/HISTORY
+++ b/display/directfb/HISTORY
@@ -1,6 +1,3 @@
-2008-03-11 Ismael Luceno <ismael@sourcemage.org>
- * CONFIGURE, BUILD: use persistent_add instead of export
-
2008-01-28 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* BUILD: removed is_depends_enabled.function reference