Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 4134
Collapse All | Expand All

(-)flash-0.4.10.old/Lib/shape.cc (+2 lines)
Lines 22-27 Link Here
22
22
23
#include "swf.h"
23
#include "swf.h"
24
24
25
#include <math.h>
26
25
#ifdef RCSID
27
#ifdef RCSID
26
static char *rcsid = "$Id: shape.cc,v 1.5 1999/09/10 13:08:52 ode Exp $";
28
static char *rcsid = "$Id: shape.cc,v 1.5 1999/09/10 13:08:52 ode Exp $";
27
#endif
29
#endif
(-)flash-0.4.10.old/Makefile (-1 / +1 lines)
Lines 1-4 Link Here
1
SUBDIRS= Jpeg Zlib Lib Player Plugin Kflash
1
SUBDIRS= Jpeg Zlib Lib Player Plugin
2
2
3
all:
3
all:
4
	for subdir in $(SUBDIRS); do (cd $$subdir; $(MAKE)); done
4
	for subdir in $(SUBDIRS); do (cd $$subdir; $(MAKE)); done
(-)flash-0.4.10.old/Player/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
FLASH=../Lib
1
FLASH=../Lib
2
CPPFLAGS=-I$(FLASH)
2
CPPFLAGS=-I$(FLASH)
3
CFLAGS=-O3
3
CFLAGS=-O3
4
LIBS = $(FLASH)/libflash.a ../Zlib/libz.a ../Jpeg/libjpeg.a -L/usr/X11R6/lib -lX11 -lXext -lm
4
LIBS = $(FLASH)/libflash.a ../Zlib/libz.a ../Jpeg/libjpeg.a -L/usr/X11R6/lib -lX11 -lXext -lm -lstdc++
5
CC=gcc
5
CC=gcc
6
LDFLAGS=
6
LDFLAGS=
7
7

Return to bug 4134