diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-21 04:00:08 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-21 04:00:08 +0000 |
| commit | aa8cc2cf03a18a1bd902d5df6038ea138b2c5f9b (patch) | |
| tree | fa781a1b031d368925762cfc576ec29230918812 /www/flashplugin/files/patch-aa | |
| parent | Update to 1.5. An alpha binary is now available, too. (diff) | |
Unbreak for systems posterior to 4.0-RELEASE:
- Download and install the binary compiled on 2.2.x.
- Recommend to install linux-flashplugin instead for Linux Netscape.
(For old installations)
Define CXXFLAGS in Makefile to build correctly.
Diffstat (limited to 'www/flashplugin/files/patch-aa')
| -rw-r--r-- | www/flashplugin/files/patch-aa | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/flashplugin/files/patch-aa b/www/flashplugin/files/patch-aa index db18db307e0e..4f9b0c4058df 100644 --- a/www/flashplugin/files/patch-aa +++ b/www/flashplugin/files/patch-aa @@ -1,10 +1,13 @@ ---- Makefile.orig Sun Oct 3 02:41:07 1999 -+++ Makefile Sun Oct 3 02:41:43 1999 -@@ -1,6 +1,4 @@ +--- Makefile.orig Fri Apr 21 11:47:57 2000 ++++ Makefile Fri Apr 21 11:59:25 2000 +@@ -1,8 +1,6 @@ -CC=cc -CXX=/usr/bin/c++ -CFLAGS=-I/usr/X11R6/include -I./Lib -I./Plugin -fpic -fno-rtti -DXP_UNIX +-CFLAGS+=-O2 +CFLAGS+=-I/usr/X11R6/include -I./Lib -I./Plugin -fpic -fno-rtti -DXP_UNIX - CFLAGS+=-O2 CFLAGS+=-DCHECK_TEXT_PLAIN ++CXXFLAGS+=${CFLAGS} + OBJS = adpcm.o bitmap.o button.o character.o cxform.o \ + displaylist.o flash.o font.o graphic.o matrix.o \ |
