mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Added a hack to fix zziplib build for building with gcc4, may need to conditionally skip this fix on gcc2.
This commit is contained in:
@@ -6,6 +6,7 @@ STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd zziplib-0.13.59
|
||||
sed -i 's/\--export-dynamic/\-export-dynamic/' configure.ac
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
|
||||
Reference in New Issue
Block a user