1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

fix build on current

This commit is contained in:
Ying-Chieh Liao 2002-06-23 11:48:56 +00:00
parent b6503e4599
commit 6193ae60b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61806
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ USE_GTK= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-lib-GL
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lstdc++"
.include <bsd.port.mk>

View File

@ -17,6 +17,6 @@ USE_GTK= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-lib-GL
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -lstdc++"
.include <bsd.port.mk>