mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
zip: use the unix target
* bring beos patches over to the unix target * fixes attributes support for x86_64
This commit is contained in:
@@ -11,7 +11,7 @@ REVISION="1"
|
||||
LICENSE="Info-ZIP"
|
||||
COPYRIGHT="1990-2008 Info-ZIP"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PATCHES="$portName-$portVersion.patchset"
|
||||
|
||||
@@ -40,12 +40,14 @@ SOURCE_DIR="zip30"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs -f beos/Makefile
|
||||
sh unix/configure \
|
||||
&& echo LFLAGS2=\"-lbe\" >> flags \
|
||||
&& make -f unix/Makefile generic MANDIR=$manDir
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make -f beos/Makefile install \
|
||||
make -f unix/Makefile install PREFIX=$prefix \
|
||||
BINDIR=$binDir \
|
||||
INCLUDEDIR=$includeDir \
|
||||
LIBDIR=$libDir \
|
||||
|
||||
Reference in New Issue
Block a user