diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 21:40:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 21:40:57 +0000 |
commit | b0a32a451c980a6222eb8dc33b006d073028447e (patch) | |
tree | ec656b529f4d803be3a12d35aa92718bb5099d6f /www/mplayer-plugin/files | |
parent | 2e62290655222fda4805ac0590d6d77d3d55cb37 (diff) | |
download | ports-b0a32a451c980a6222eb8dc33b006d073028447e.tar.gz ports-b0a32a451c980a6222eb8dc33b006d073028447e.zip |
Notes
Diffstat (limited to 'www/mplayer-plugin/files')
-rw-r--r-- | www/mplayer-plugin/files/patch-Makefile | 13 |
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 |