diff options
-rw-r--r-- | x11-toolkits/gtkglarea/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 2 |
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> |