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:
parent
b6503e4599
commit
6193ae60b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61806
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user