mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
ee616e5b3d
- vorbis comment and id3v1/v2 support in the plugins - bug fixes for 24-bit handling - x86 encoder and decoder speedups - reduced memory requirements
15 lines
563 B
Plaintext
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)
|