openbsd-ports/x11/mplayer/patches/patch-libdvdcss_Makefile
jakemsr d11f853ac6 maintenence update to mplayer-1.0rc2
ok biorn@ (MAINTAINER), ajacoutot@, brad@
2008-02-08 17:32:41 +00:00

13 lines
422 B
Plaintext

$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\"