mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
* work-in-progress commit of my changes for Ingo to pick up
This commit is contained in:
@@ -7,14 +7,15 @@ STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd autoconf-2.68
|
||||
autoreconf
|
||||
prefix=$(finddir B_PACKAGE_LINKS_DIRECTORY)/autoconf-2.68
|
||||
PERL="/bin/env perl" M4="/bin/env m4" SED="/bin/env sed" \
|
||||
PERL="perl" M4="m4" SED="sed" \
|
||||
./configure --prefix=$prefix \
|
||||
--datarootdir=$prefix/data \
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--docdir=$prefix/documentation/autoconf \
|
||||
--docdir=$prefix/documentation/packages/autoconf \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man
|
||||
make
|
||||
|
||||
@@ -13,7 +13,7 @@ BUILD {
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--docdir=$prefix/documentation/automake \
|
||||
--docdir=$prefix/documentation/packages/automake \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man
|
||||
make
|
||||
|
||||
@@ -8,12 +8,15 @@ DEPEND=""
|
||||
BUILD {
|
||||
cd bison-2.4.3
|
||||
prefix=$(finddir B_PACKAGE_LINKS_DIRECTORY)/bison-2.4.3
|
||||
M4="m4" ./configure --prefix=$prefix \
|
||||
|
||||
# bison looks for m4 in an absolute path, but uses that only within
|
||||
# its own testsuite, so we let it be ...
|
||||
./configure --prefix=$prefix \
|
||||
--datarootdir=$prefix/data \
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--docdir=$prefix/documentation/bison \
|
||||
--docdir=$prefix/documentation/packages/bison \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man \
|
||||
--disable-rpath --with-gnu-ld
|
||||
|
||||
@@ -18,7 +18,7 @@ BUILD {
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--docdir=$prefix/documentation/flex \
|
||||
--docdir=$prefix/documentation/packages/flex \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man \
|
||||
--disable-rpath --with-gnu-ld
|
||||
|
||||
@@ -14,7 +14,7 @@ BUILD {
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--docdir=$prefix/documentation/libtool \
|
||||
--docdir=$prefix/documentation/packages/libtool \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man \
|
||||
--with-gnu-ld
|
||||
|
||||
@@ -14,7 +14,7 @@ BUILD {
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--docdir=$prefix/documentation/m4 \
|
||||
--docdir=$prefix/documentation/packages/m4 \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man \
|
||||
--disable-rpath --with-gnu-ld \
|
||||
|
||||
@@ -21,7 +21,7 @@ BUILD {
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--docdir=$prefix/documentation/m4 \
|
||||
--docdir=$prefix/documentation/packages/m4 \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man \
|
||||
--disable-rpath --with-gnu-ld \
|
||||
|
||||
@@ -14,7 +14,7 @@ BUILD {
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--docdir=$prefix/documentation/m4 \
|
||||
--docdir=$prefix/documentation/packages/m4 \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man \
|
||||
--disable-rpath --with-gnu-ld \
|
||||
|
||||
@@ -13,7 +13,7 @@ BUILD {
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--docdir=$prefix/documentation/patch \
|
||||
--docdir=$prefix/documentation/packages/patch \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user