freebsd-ports/www/flashplugin/files/patch-aa
Akinori MUSHA aa8cc2cf03 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.
2000-04-21 04:00:08 +00:00

13 lines
444 B
Text

--- 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+=-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 \