mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
* adjusted build of development-related ports to comply with package management (especially to make the packages relocatable)
This commit is contained in:
@@ -8,10 +8,17 @@ DEPEND=""
|
||||
|
||||
BUILD {
|
||||
cd m4-1.4.16
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--enable-changeword \
|
||||
--infodir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/info \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
prefix=$(finddir B_PACKAGE_LINKS_DIRECTORY)/m4-1.4.16
|
||||
./configure --prefix=$prefix \
|
||||
--datarootdir=$prefix/data \
|
||||
--sbindir=$prefix/bin \
|
||||
--includedir=$prefix/develop/headers \
|
||||
--sysconfdir=$prefix/settings \
|
||||
--docdir=$prefix/documentation/m4 \
|
||||
--infodir=$prefix/documentation/info \
|
||||
--mandir=$prefix/documentation/man \
|
||||
--disable-rpath --with-gnu-ld \
|
||||
--enable-changeword
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user