diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-01 16:57:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-01 16:57:10 +0000 |
commit | 1aadde124589d8f2ff855dd0af018d4cd64dd9ee (patch) | |
tree | a681e3d00810d4abfe917fd07e9f070045173442 /x11-toolkits/gtkglarea2 | |
parent | 6b65c8d4e7b418132884e79252fa68ce17b26c65 (diff) | |
download | ports-1aadde124589d8f2ff855dd0af018d4cd64dd9ee.tar.gz ports-1aadde124589d8f2ff855dd0af018d4cd64dd9ee.zip |
Unbroke when used with XFree86-4.
Notes
Notes:
svn path=/head/; revision=43402
Diffstat (limited to 'x11-toolkits/gtkglarea2')
-rw-r--r-- | x11-toolkits/gtkglarea2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index 69cee5ee5491..d4883276712d 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -17,5 +17,6 @@ USE_GTK= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-lib-GL +CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" .include <bsd.port.mk> |