diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-10 10:13:09 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-10 10:13:09 +0200 |
commit | 89905001934c3a3cff05b02701435637fd514c6b (patch) | |
tree | ef7a20672f81d460c5607b092c33e473400429a9 /base | |
parent | dbafda30cbd6e8b55c01d62af7f03a326c3d869d (diff) | |
download | nutyx-pakxe-89905001934c3a3cff05b02701435637fd514c6b.tar.gz nutyx-pakxe-89905001934c3a3cff05b02701435637fd514c6b.tar.bz2 nutyx-pakxe-89905001934c3a3cff05b02701435637fd514c6b.tar.xz nutyx-pakxe-89905001934c3a3cff05b02701435637fd514c6b.zip |
directfb-1.0, ptit ajustement pour grep
Diffstat (limited to 'base')
-rw-r--r-- | base/directfb-1.0/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/directfb-1.0/Pkgfile b/base/directfb-1.0/Pkgfile index 55ce8a6ae..a42e3f9b8 100644 --- a/base/directfb-1.0/Pkgfile +++ b/base/directfb-1.0/Pkgfile @@ -11,6 +11,7 @@ source=(http://www.directfb.org/downloads/Core/DirectFB-1.0/DirectFB-$version.ta libpng-1.4.patch) # To build with multicore add --enable-multi build() { + export POSIXLY_CORRECT="yes" cd DirectFB-$version patch -Np1 -i ../libpng-1.4.patch ./configure --prefix=/usr \ |