Commit 51f1f677 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: Fix FLAC.pc for Windows

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 3d61812b
--- flac/src/libFLAC/flac.pc.in 2013-01-04 00:05:04.000000000 +0100
+++ flac.new/src/libFLAC/flac.pc.in 2013-03-19 00:54:54.000000000 +0100
@@ -6,6 +6,6 @@
Name: FLAC
Description: Free Lossless Audio Codec Library
Version: @VERSION@
-Libs: -L${libdir} -lFLAC -logg -lm
+Libs: -L${libdir} -lFLAC -logg -lm -lws2_32
Cflags: -I${includedir}/FLAC
Requires.private: ogg
...@@ -17,6 +17,9 @@ flac: flac-$(FLAC_VERSION).tar.gz .sum-flac ...@@ -17,6 +17,9 @@ flac: flac-$(FLAC_VERSION).tar.gz .sum-flac
$(UNPACK) $(UNPACK)
$(APPLY) $(SRC)/flac/flac-win32.patch $(APPLY) $(SRC)/flac/flac-win32.patch
$(APPLY) $(SRC)/flac/libFLAC-pc.patch $(APPLY) $(SRC)/flac/libFLAC-pc.patch
ifdef HAVE_WIN32
$(APPLY) $(SRC)/flac/libFLAC-pc-win32.patch
endif
ifdef HAVE_MACOSX ifdef HAVE_MACOSX
cd $(UNPACK_DIR) && sed -e 's,-dynamiclib,-dynamiclib -arch $(ARCH),' -i.orig configure cd $(UNPACK_DIR) && sed -e 's,-dynamiclib,-dynamiclib -arch $(ARCH),' -i.orig configure
endif endif
......
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