openbsd-ports/x11/mplayer/patches/patch-libdvdcss_Makefile

13 lines
422 B
Plaintext
Raw Normal View History

$OpenBSD: patch-libdvdcss_Makefile,v 1.1 2008/02/08 17:32:41 jakemsr Exp $
--- libdvdcss/Makefile.orig Mon Jan 21 15:05:17 2008
+++ libdvdcss/Makefile Mon Jan 21 15:05:34 2008
@@ -9,6 +9,6 @@ SRCS_COMMON = css.c \
libdvdcss.c \
#bsdi_ioctl \
-CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\"
-
include ../mpcommon.mak
+
+CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\"