mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Make it working with Mozilla 0.9.9 by explicitly linking libXt in. Bump
PORTREVISION. Submitted by: Mike Estes <estesm@cc.wwu.edu>
This commit is contained in:
parent
3194d49997
commit
edf4a2af2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56130
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= flashplugin-mozilla
|
||||
PORTVERSION= 0.4.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.swift-tools.com/Flash/
|
||||
DISTNAME= flash-${PORTVERSION}
|
||||
|
@ -10,7 +10,7 @@ $FreeBSD$
|
||||
-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
|
||||
+LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz
|
||||
+LDFLAGS= -L${LOCALBASE}/lib -lflash -ljpeg -lz -L$(X11BASE)/lib -lXt
|
||||
|
||||
SRC= plugin.c npunix.c
|
||||
OBJ= plugin.o npunix.o
|
||||
|
Loading…
Reference in New Issue
Block a user