1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/flac/files/patch-src_plugin__common_Makefile.in
Christian Weisgerber ee616e5b3d Update to 1.0.4. Notable improvements:
- vorbis comment and id3v1/v2 support in the plugins
- bug fixes for 24-bit handling
- x86 encoder and decoder speedups
- reduced memory requirements
2002-10-05 16:37:28 +00:00

15 lines
563 B
Plaintext

$FreeBSD$
--- src/plugin_common/Makefile.in.orig Sat Oct 5 02:24:40 2002
+++ src/plugin_common/Makefile.in Sat Oct 5 02:27:47 2002
@@ -169,7 +169,7 @@
@AMDEP_TRUE@ ./$(DEPDIR)/id3v1.Po ./$(DEPDIR)/id3v2.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/vorbiscomment.Po
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -fPIC
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)