diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-05 06:54:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-05 06:54:18 +0000 |
commit | 3501666ee3a2383e4a0e55e708a99bc1d50c27ca (patch) | |
tree | 0ed14fc68d7b5080bae1ef37f41ddcc29167524c /www/mplayer-plugin/files/patch-Makefile | |
parent | - Update to version 0.50.4 (diff) |
Update to 0.95.
Notes
Notes:
svn path=/head/; revision=90289
Diffstat (limited to 'www/mplayer-plugin/files/patch-Makefile')
-rw-r--r-- | www/mplayer-plugin/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mplayer-plugin/files/patch-Makefile b/www/mplayer-plugin/files/patch-Makefile index 72a553f0f592..54d381a1e0e1 100644 --- a/www/mplayer-plugin/files/patch-Makefile +++ b/www/mplayer-plugin/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Sep 5 21:48:28 2003 -+++ Makefile Mon Sep 29 00:42:38 2003 +--- Makefile.orig Tue Sep 9 17:02:57 2003 ++++ Makefile Sun Oct 5 02:29:28 2003 @@ -12,9 +12,9 @@ PLUGIN_DEFINES= -DXP_UNIX -Iinclude -fPIC -I/usr/X11R6/include @@ -10,10 +10,10 @@ +CC?= gcc +OPTIMIZER= +CFLAGS+= $(OPTIMIZER) $(PLUGIN_DEFINES) -I. -I/usr/include - #`pkg-config gtk+-2.0 --cflags` STRICTFLAGS= -O3 -Wall -W -Wno-unused-variable -Wno-unused-parameter -Wwrite-strings -Werror - #LDFLAGS = `pkg-config gtk+-2.0 --libs` -@@ -25,7 +25,7 @@ + LDFLAGS= -lpthread + OBJ= mplayerplug-in.o support.o stubs.o ui.o +@@ -24,7 +24,7 @@ default all: $(SHAREDTARGET) $(SHAREDTARGET): $(OBJ) |