openbsd-ports/graphics/ffmpeg/patches/patch-libavformat_Makefile
2003-08-15 14:25:08 +00:00

12 lines
396 B
Plaintext

$OpenBSD: patch-libavformat_Makefile,v 1.3 2003/08/15 14:25:08 jolan Exp $
--- libavformat/Makefile.orig 2003-08-13 14:56:45.000000000 -0500
+++ libavformat/Makefile 2003-08-14 10:25:30.000000000 -0500
@@ -68,6 +68,7 @@ endif
LIB= $(LIBPREF)avformat$(LIBSUF)
ifeq ($(BUILD_SHARED),yes)
SLIB= $(SLIBPREF)avformat$(SLIBSUF)
+###CFLAGS += ${PIC}
endif
SRCS := $(OBJS:.o=.c) $(PPOBJS:.o=.cpp)