Commit d37d5acd authored by Felix Paul Kühne's avatar Felix Paul Kühne

fixed copy&paste mistake

parent f6a2dead
...@@ -812,7 +812,7 @@ ifdef HAVE_WIN32 ...@@ -812,7 +812,7 @@ ifdef HAVE_WIN32
patch -p0 < Patches/flac-win32.patch patch -p0 < Patches/flac-win32.patch
endif endif
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
( cd $@; sed -e 's%-march=i486%$(EXTRA_CFLAGS) $(EXTRA_LDFLAGS)%' -e 's%-dynamiclib%-dynamiclib -arch $(ARCH)%' -i.orig configure ) ( cd $@; sed -e 's%-dynamiclib%-dynamiclib -arch $(ARCH)%' -i.orig configure )
endif endif
FLAC_DISABLE_FLAGS = --disable-oggtest --disable-xmms-plugin --disable-cpplibs FLAC_DISABLE_FLAGS = --disable-oggtest --disable-xmms-plugin --disable-cpplibs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment