mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Remove PTHREAD_{LIBS/CFLAGS}
- Add empty directory to plist
This commit is contained in:
parent
102e2a9a6b
commit
45cb949e53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373820
@ -24,16 +24,16 @@ USE_GL= glut
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-plib=${LOCALBASE}
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lusbhid ${PTHREAD_LIBS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lusbhid -pthread
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DESKTOP_ENTRIES="Tuxedo The Penguin: A Quest for Herring" "" ${PORTNAME} \
|
||||
"${PORTNAME}" "Game;SportsGame;" ""
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-lplibul|-lplibul -lplibjs|; \
|
||||
|
@ -296,3 +296,4 @@ share/pixmaps/tux_aqfh.png
|
||||
%%DATADIR%%/wavs/whistle.wav
|
||||
%%DATADIR%%/wavs/who.wav
|
||||
%%DATADIR%%/wavs/who_else.wav
|
||||
@dir %%DATADIR%%/slamcode
|
||||
|
Loading…
Reference in New Issue
Block a user