diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:17:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:17:22 +0000 |
commit | 529f193addcf7a9cc4813686d80874cea23d8725 (patch) | |
tree | 22b9c25927a863619d95b759f272d74586eb1e13 /graphics | |
parent | o track MASTER_SITES. (diff) |
This is a C++ program, not a C program..use appropriate <bsd.obj.mk> magic.
Notes
Notes:
svn path=/head/; revision=65803
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/flashplayer/files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/flashplayer/files/Makefile b/graphics/flashplayer/files/Makefile index 843a1342705f..de1dd0330786 100644 --- a/graphics/flashplayer/files/Makefile +++ b/graphics/flashplayer/files/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -PROG= swfplayer +PROG_CXX= swfplayer SRCS= main.c -CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include +CFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include LDADD= -L${LOCALBASE}/lib -lflash -L${X11BASE}/lib -lX11 -lXext -lm NOMAN= YES BINDIR= ${X11BASE}/bin |