diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-23 19:48:56 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-23 19:48:56 +0800 |
commit | 7827a14ce32288eca6ad6c97fb6ebeb4648c2aab (patch) | |
tree | c30c8f86607029889c5151c5f7278ebb90e55a2b /x11-toolkits/gtkglarea2/Makefile | |
parent | ee9f93b44e298a01b35c86120333d45d899332a1 (diff) | |
download | freebsd-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/gtkglarea2/Makefile')
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 2 |
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> |