aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglarea2
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 11:48:56 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 11:48:56 +0000
commit6193ae60b25f6af1218be355d965a49f8363929f (patch)
tree0dba7693bff00d32ae415c0bf61690059cf7f52a /x11-toolkits/gtkglarea2
parentb6503e4599689b5be327ef8b98a006937753fa75 (diff)
downloadports-6193ae60b25f6af1218be355d965a49f8363929f.tar.gz
ports-6193ae60b25f6af1218be355d965a49f8363929f.zip
fix build on current
Notes
Notes: svn path=/head/; revision=61806
Diffstat (limited to 'x11-toolkits/gtkglarea2')
-rw-r--r--x11-toolkits/gtkglarea2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile
index d4883276712d..8922b40119df 100644
--- a/x11-toolkits/gtkglarea2/Makefile
+++ b/x11-toolkits/gtkglarea2/Makefile
@@ -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>