This is a C++ program, not a C program..use appropriate <bsd.obj.mk> magic.
This commit is contained in:
parent
6bbbdf2750
commit
529f193add
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65803
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue