diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-25 05:42:42 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-25 05:42:42 +0000 |
| commit | 37c6bde2544c9743d7031868e2dad799d0a7fbba (patch) | |
| tree | 5e88e007e49562accfdec7224da5dc23292e750b /www/mplayer-plugin/files/patch-Makefile.in | |
| parent | Add xrestop 0.2, X11 server side resource usage statistics monitor. (diff) | |
Update to 1.0.
Diffstat (limited to 'www/mplayer-plugin/files/patch-Makefile.in')
| -rw-r--r-- | www/mplayer-plugin/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/mplayer-plugin/files/patch-Makefile.in b/www/mplayer-plugin/files/patch-Makefile.in new file mode 100644 index 000000000000..0875ccb724ce --- /dev/null +++ b/www/mplayer-plugin/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Sat Nov 15 23:40:13 2003 ++++ Makefile.in Thu Dec 25 00:33:26 2003 +@@ -14,7 +14,7 @@ + + CC= @CC@ + OPTIMIZER= -g +-CFLAGS= @CFLAGS@ -DXP_UNIX -Iinclude -fPIC ++CFLAGS= @CFLAGS@ @CPPFLAGS@ -DXP_UNIX -Iinclude -fPIC + LDFLAGS= @LIBS@ + OBJ= mplayerplug-in.o support.o stubs.o ui.o + INSTALL = @INSTALL@ -d +@@ -23,7 +23,7 @@ + default all: $(SHAREDTARGET) + + $(SHAREDTARGET): $(OBJ) +- $(CC) -shared -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS) ++ $(CC) -shared -lXt -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS) @LDFLAGS@ + + mplayerplug-in.o: Source/mplayerplug-in.c Source/mplayerplug-in.h config.h + $(CC) -c $(CFLAGS) Source/mplayerplug-in.c |
