mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Added a few more items to the libpak. Fixed the speex build. Adjusted the fontconfig .bep file to use finddir, but this doesn't yet fix it's
build. Updated the dependency list for jgmod.
This commit is contained in:
@@ -6,7 +6,7 @@ REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="libogg >= 1.2.0"
|
||||
BUILD {
|
||||
cd speex-1.2
|
||||
cd speex-1.2-git
|
||||
libtoolize --copy --force --install
|
||||
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac
|
||||
autogen.sh --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
@@ -15,7 +15,7 @@ BUILD {
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd speex-1.2
|
||||
cd speex-1.2-git
|
||||
make install
|
||||
}
|
||||
LICENSE="Speex"
|
||||
|
||||
Reference in New Issue
Block a user