diff options
author | sibel <lesibel@free.fr> | 2011-04-29 11:32:29 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-29 11:32:29 +0200 |
commit | d2b198bf4c6ebe9fd6a96b2760d1204a55f9f813 (patch) | |
tree | 522a680ae1ef43cbda2cb6e52a052354e717ef76 /extra/brltty/Pkgfile | |
parent | be094e87530c8ec6255ece909d15acaa07eb7d3c (diff) | |
download | nutyx-pakxe-d2b198bf4c6ebe9fd6a96b2760d1204a55f9f813.tar.gz nutyx-pakxe-d2b198bf4c6ebe9fd6a96b2760d1204a55f9f813.tar.bz2 nutyx-pakxe-d2b198bf4c6ebe9fd6a96b2760d1204a55f9f813.tar.xz nutyx-pakxe-d2b198bf4c6ebe9fd6a96b2760d1204a55f9f813.zip |
brltty, correction port
Diffstat (limited to 'extra/brltty/Pkgfile')
-rw-r--r-- | extra/brltty/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/brltty/Pkgfile b/extra/brltty/Pkgfile index 684544ece..c11c7b841 100644 --- a/extra/brltty/Pkgfile +++ b/extra/brltty/Pkgfile @@ -14,6 +14,7 @@ source=( http://mielke.cc/$name/releases/$name-$version.tar.gz brltty-4.2-S_ISCHR.patch ) build() { + unset MAKEFLAGS cd $name-$version CFLAGS+="${CFLAGS} -D_GNU_SOURCE" \ ./configure --prefix=/usr \ |