diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-07 12:31:00 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-07 12:31:00 +0000 |
commit | 51a92bc54553a2b55554c11a833691dd8ea39d5b (patch) | |
tree | 1fd818bb31dd4494ace0b9cd64349dfa5a227ad6 /devel/eboxy | |
parent | 0673477aa26597fed2f08b246017ae65e4be9aa6 (diff) | |
download | FreeBSD-ports-51a92bc54553a2b55554c11a833691dd8ea39d5b.zip FreeBSD-ports-51a92bc54553a2b55554c11a833691dd8ea39d5b.tar.gz |
fix configure
PR: 43765
Submitted by: Maxim Maximov <mcsi@agava.com>
Diffstat (limited to 'devel/eboxy')
-rw-r--r-- | devel/eboxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile index 0c5fbf8..4586d6d 100644 --- a/devel/eboxy/Makefile +++ b/devel/eboxy/Makefile @@ -27,7 +27,7 @@ USE_LIBTOOL= yes SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt -lstdc++" + LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lgnugetopt -lstdc++" post-patch: @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ |