mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix build by linking to pthread_libs
PR: ports/113779 Submitted by: edwin
This commit is contained in:
parent
c4b6f94f1f
commit
d95a5bb5c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193844
@ -19,7 +19,7 @@ BUILD_DEPENDS= pngtopnm:${PORTSDIR}/graphics/netpbm
|
||||
USE_GMAKE= yes
|
||||
USE_SDL= sdl image
|
||||
CFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
MAKE_ARGS= -o SDL/SDL.h -o SDL/SDL_image.h
|
||||
PLIST_FILES= bin/lcdtest
|
||||
|
Loading…
Reference in New Issue
Block a user