diff options
author | dougb <dougb@FreeBSD.org> | 2001-06-05 09:36:00 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-06-05 09:36:00 +0000 |
commit | fe7ad6e67014ee87091013c33db60bceaba72233 (patch) | |
tree | 928741ff84d774b4c125cf6c14625efb96ba738c /graphics/gle | |
parent | 8730e90dd12698a4d7d0a47aa0fd1cd8946259a3 (diff) | |
download | FreeBSD-ports-fe7ad6e67014ee87091013c33db60bceaba72233.zip FreeBSD-ports-fe7ad6e67014ee87091013c33db60bceaba72233.tar.gz |
Allow this port to actually compile on RELENG_4 and -current.
Diffstat (limited to 'graphics/gle')
-rw-r--r-- | graphics/gle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gle/Makefile b/graphics/gle/Makefile index 3d14193..83fadc0 100644 --- a/graphics/gle/Makefile +++ b/graphics/gle/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_MESA= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ENV= "LIBS=-L${X11BASE}/lib -lXext" +CONFIGURE_ENV= "LIBS=-L${X11BASE}/lib -lXext ${PTHREAD_LIBS}" MAN3= gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle \ glePolyCone.3gle glePolyCylinder.3gle gleScrew.3gle \ |