diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-09 00:47:17 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-09 00:47:17 +0000 |
commit | afdb557f125766883d5998488d9433ffcde3ce21 (patch) | |
tree | dd1055efa450399a76238699bf091709a162b1ff /www/flashplugin-mozilla/files | |
parent | Add WITH_SWFDEC option to the pre-everything target. (diff) |
It has been said recently that flashplugin-mozilla cannot build on some
-current boxes. It is due to a redundant dependency in the makefile. This
patch fixes the problem.
Bumped PORTREVISION
PR: 58420
Submitted By: MAINTAINER
Notes
Notes:
svn path=/head/; revision=93477
Diffstat (limited to 'www/flashplugin-mozilla/files')
-rw-r--r-- | www/flashplugin-mozilla/files/patch-aa | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/www/flashplugin-mozilla/files/patch-aa b/www/flashplugin-mozilla/files/patch-aa index 842328a011ad..fd9cc313b208 100644 --- a/www/flashplugin-mozilla/files/patch-aa +++ b/www/flashplugin-mozilla/files/patch-aa @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- Makefile.orig Tue Sep 28 12:13:38 1999 -+++ Makefile Fri Nov 2 15:52:14 2001 +--- Makefile.orig Tue Sep 28 20:13:38 1999 ++++ Makefile Thu Oct 23 18:03:06 2003 @@ -35,8 +35,8 @@ # Linux SHARED=-shared @@ -14,3 +11,12 @@ $FreeBSD$ SRC= plugin.c npunix.c OBJ= plugin.o npunix.o +@@ -45,7 +45,7 @@ + + default all: $(SHAREDTARGET) + +-$(SHAREDTARGET): $(OBJ) $(FLASH)/libflash.a ++$(SHAREDTARGET): $(OBJ) + $(LD) $(SHARED) -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS) + + plugin.o: $(FLASH)/flash.h |