view src/flac-2-lwsock32.patch @ 3292:fda357ce9f64

* Makefile.in: Generate files list, when supported by the module. Passes a temporary directory to the $(PKG)_BUILD macro, intended to be used as a DESTDIR during installation. When the directory is created by the build step, a files list is generated and the files or copied over to the real installation directory.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sat, 09 Nov 2013 23:28:03 -0500
parents 99516e73b368
children
line wrap: on
line source

This file is part of MXE.
See index.html for further information.

diff -urN flac-1.2.1.orig/src/libFLAC/flac.pc.in flac-1.2.1/src/libFLAC/flac.pc.in
--- flac-1.2.1.orig/src/libFLAC/flac.pc.in	2007-02-07 12:07:32.000000000 +1100
+++ flac-1.2.1/src/libFLAC/flac.pc.in	2010-10-07 14:57:17.000000000 +1100
@@ -6,5 +6,5 @@
 Name: FLAC
 Description: Free Lossless Audio Codec Library
 Version: @VERSION@
-Libs: -L${libdir} -lFLAC -lm
+Libs: -L${libdir} -lFLAC -lm -lwsock32
 Cflags: -I${includedir}/FLAC
diff -urN flac-1.2.1.orig/src/libFLAC++/flac++.pc.in flac-1.2.1/src/libFLAC++/flac++.pc.in
--- flac-1.2.1.orig/src/libFLAC++/flac++.pc.in	2007-02-07 12:07:32.000000000 +1100
+++ flac-1.2.1/src/libFLAC++/flac++.pc.in	2010-10-07 14:57:36.000000000 +1100
@@ -7,5 +7,5 @@
 Description: Free Lossless Audio Codec Library (C++ API)
 Version: @VERSION@
 Requires: flac
-Libs: -L${libdir} -lFLAC++ -lm
+Libs: -L${libdir} -lFLAC++ -lm -lwsock32
 Cflags: -I${includedir}/FLAC++