mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 21:41:16 +02:00
12 lines
445 B
Plaintext
12 lines
445 B
Plaintext
--- ./common/mp4ff/Makefile.am.orig 2009-02-06 16:24:21.000000000 +0200
|
|
+++ ./common/mp4ff/Makefile.am 2015-10-22 18:37:39.492135000 +0200
|
|
@@ -1,7 +1,7 @@
|
|
lib_LIBRARIES = libmp4ff.a
|
|
include_HEADERS = mp4ff.h mp4ffint.h
|
|
|
|
-libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
|
|
+libmp4ff_a_CFLAGS = -fPIC -DPIC -DUSE_TAGGING=1
|
|
|
|
libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
|
|
mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h
|