mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-12-03 09:32:14 +00:00
c377bbdfaf
Assembly optimizations seem to cause build problems on i386 OS X at least. We can make do without them.
7 lines
211 B
Bash
7 lines
211 B
Bash
PACKAGE_VERSION=1.3.1
|
|
PACKAGE_URL=http://www.chocolate-doom.org/depends/${PACKAGE_NAME}-${PACKAGE_VERSION}.tar.gz
|
|
PKGCONFIG_NAME=flac
|
|
|
|
# Compile problems :(
|
|
PACKAGE_CONFIGURE_OPTS="--disable-asm-optimizations"
|
|
|