summaryrefslogtreecommitdiff
path: root/www/mplayer-plugin/files/patch-Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-20 21:40:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-20 21:40:57 +0000
commitb0a32a451c980a6222eb8dc33b006d073028447e (patch)
treeec656b529f4d803be3a12d35aa92718bb5099d6f /www/mplayer-plugin/files/patch-Makefile
parentAdd patch that I've forgot in the previous commit. (diff)
Add mplayerplug-in, a Mozilla plugin that uses MPlayer to play videos on
websites.
Diffstat (limited to 'www/mplayer-plugin/files/patch-Makefile')
-rw-r--r--www/mplayer-plugin/files/patch-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/mplayer-plugin/files/patch-Makefile b/www/mplayer-plugin/files/patch-Makefile
new file mode 100644
index 000000000000..f94cb0a8f0d3
--- /dev/null
+++ b/www/mplayer-plugin/files/patch-Makefile
@@ -0,0 +1,13 @@
+--- Makefile.orig Thu Feb 20 16:38:02 2003
++++ Makefile Thu Feb 20 16:38:09 2003
+@@ -30,8 +30,8 @@
+ PLUGIN_DEFINES= -DXP_UNIX -Iinclude -ISource/_gen -I/usr/X11R6/include
+
+ CC= gcc
+-OPTIMIZER= -g
+-CFLAGS= $(OPTIMIZER) $(PLUGIN_DEFINES) -I. -I/usr/include
++OPTIMIZER=
++CFLAGS+= $(OPTIMIZER) $(PLUGIN_DEFINES) -I. -I/usr/include
+
+ SRC= Source/mplayerplug-in.c Source/stubs.c
+ OBJ= mplayerplug-in.o stubs.o