libmikmod: revert PIC commit, found the real problem.
This commit is contained in:
parent
369efd20ff
commit
bcb1361ca3
2 changed files with 5 additions and 15 deletions
|
@ -5,9 +5,10 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=2
|
||||
revision=3
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libmikmod
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'libmikmod'
|
||||
pkgname=libmikmod
|
||||
version=3.1.12
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="${SOURCEFORGE_SITE}/mikmod/$pkgname-$version.tar.gz"
|
||||
build_style=custom-install
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-esd"
|
||||
short_desc="MikMod Sound Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=891a2b780306e6ef86e381f459e71a085d4e7f56c970a879d3bf341c01bdfc32
|
||||
|
@ -27,15 +28,3 @@ long_desc="
|
|||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency build texinfo
|
||||
|
||||
do_build()
|
||||
{
|
||||
export CFLAGS="$XBPS_CFLAGS -fPIC"
|
||||
./configure --prefix=/usr --disable-esd
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install()
|
||||
{
|
||||
make DESTDIR=${DESTDIR} install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue