mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Revert parts of r1888 which were there to save package space.
This commit is contained in:
@@ -22,7 +22,6 @@ BUILD {
|
||||
autoconf -Wnone
|
||||
export EXTRA_CONF="--disable-java"
|
||||
# export LDFLAGS="-lnetwork -liconv"
|
||||
cd ..
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datarootdir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc/gettext \
|
||||
@@ -33,12 +32,12 @@ BUILD {
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd gettext-0.18.1.1
|
||||
cd gettext-0.18.1.1/gettext-runtime
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd gettext-0.18.1.1
|
||||
cd gettext-0.18.1.1/gettext-runtime
|
||||
make check
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user