head	1.5;
access;
symbols
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2004.11.14.22.11.42;	author pav;	state dead;
branches;
next	1.4;

1.4
date	2004.03.14.04.07.51;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.11.09.00.47.17;	author jeh;	state Exp;
branches;
next	1.2;

1.2
date	2002.03.15.07.51.26;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2001.11.02.13.58.55;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Update to 0.4.12

PR:		ports/73081
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
Approved by:	maintainer timeout (2 weeks)
@
text
@--- Makefile.orig	Tue Sep 28 05:13:38 1999
+++ Makefile	Sat Mar 13 20:06:26 2004
@@@@ -35,8 +35,8 @@@@
 # Linux
 SHARED=-shared
 
-CFLAGS=  $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include
-LDFLAGS= $(FLASH)/libflash.a $(LIBCXX) ../Jpeg/libjpeg.a ../Zlib/libz.a
+CFLAGS+=  $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include -fPIC
+LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz -L$(X11BASE)/lib -lXt
 
 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
@


1.4
log
@Fix build on amd64 (-fPIC for shared library objects)
@
text
@@


1.3
log
@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
@
text
@d1 2
a2 2
--- Makefile.orig	Tue Sep 28 20:13:38 1999
+++ Makefile	Thu Oct 23 18:03:06 2003
d9 1
a9 1
+CFLAGS+=  $(OPTIMIZER) $(PLUGIN_DEFINES) -I$(FLASH) -I/usr/X11R6/include
@


1.2
log
@Make it working with Mozilla 0.9.9 by explicitly linking libXt in. Bump
PORTREVISION.

Submitted by:	Mike Estes <estesm@@cc.wwu.edu>
@
text
@d1 2
a2 5

$FreeBSD: ports/www/flashplugin-mozilla/files/patch-aa,v 1.1 2001/11/02 13:58:55 sobomax Exp $

--- Makefile.orig	Tue Sep 28 12:13:38 1999
+++ Makefile	Fri Nov  2 15:52:14 2001
d14 9
@


1.1
log
@Add flashplugin-mozilla 0.4.10, a GPL standalone Flash (TM) plugin
for Mozilla web browser.

PR:		31491
Submitted by:	Leland Wang <llwang@@infor.org>
@
text
@d2 1
a2 1
$FreeBSD$
d13 1
a13 1
+LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz
@

