diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 11:48:56 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 11:48:56 +0000 |
commit | 6193ae60b25f6af1218be355d965a49f8363929f (patch) | |
tree | 0dba7693bff00d32ae415c0bf61690059cf7f52a /x11-toolkits | |
parent | Update to 0.6. Now compiles with g++ 3.1. (diff) |
fix build on current
Notes
Notes:
svn path=/head/; revision=61806
Diffstat (limited to 'x11-toolkits')
-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> |