1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/multimedia/libxine/files/patch-src:libw32dll:DirectShow:Makefile.am
MANTANI Nobutaka 9e49911b35 Support PTHREAD_CFLAGS/PTHREAD_LIBS properly.
Fix pkg-comment format.
Avoid installing useless .la files.

PR:		34381
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-29 13:43:33 +00:00

8 lines
313 B
Plaintext

--- src/libw32dll/DirectShow/Makefile.am.orig Fri Jan 11 04:59:50 2002
+++ src/libw32dll/DirectShow/Makefile.am Tue Jan 29 12:12:58 2002
@@ -1,3 +1,4 @@
+INCLUDES = @INCLUDES@ -I$(srcdir)/..
CFLAGS = @GLOBAL_CFLAGS@ @X_CFLAGS@ -fno-omit-frame-pointer \
-Wmissing-prototypes -Wimplicit-function-declaration \