1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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
This commit is contained in:
James E. Housley 2003-11-09 00:47:17 +00:00
parent a850e64084
commit afdb557f12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93477
2 changed files with 12 additions and 6 deletions

View File

@ -7,7 +7,7 @@
PORTNAME?= flashplugin-mozilla
PORTVERSION= 0.4.10
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.swift-tools.net/Flash/
DISTNAME= flash-${PORTVERSION}

View File

@ -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