aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-23 19:48:56 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-23 19:48:56 +0800
commit7827a14ce32288eca6ad6c97fb6ebeb4648c2aab (patch)
treec30c8f86607029889c5151c5f7278ebb90e55a2b /x11-toolkits
parentee9f93b44e298a01b35c86120333d45d899332a1 (diff)
downloadfreebsd-ports-gnome-7827a14ce32288eca6ad6c97fb6ebeb4648c2aab.tar.gz
freebsd-ports-gnome-7827a14ce32288eca6ad6c97fb6ebeb4648c2aab.tar.zst
freebsd-ports-gnome-7827a14ce32288eca6ad6c97fb6ebeb4648c2aab.zip
fix build on current
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtkglarea/Makefile2
-rw-r--r--x11-toolkits/gtkglarea2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile
index d4883276712d..8922b40119df 100644
--- a/x11-toolkits/gtkglarea/Makefile
+++ b/x11-toolkits/gtkglarea/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>
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>