diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-17 10:14:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-17 10:14:58 +0000 |
commit | 505bbd1d84b5f2eaad0a7968a34aac4c3a6fb1f1 (patch) | |
tree | 125ec0155cff659698dd53074d554e01e5dca4ed | |
parent | Unbreak, update to 0.2, which has a new licensing scheme (which was (diff) |
Fix detection of pthreaded MesaGL.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=41527
-rw-r--r-- | x11-toolkits/fltk/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index f461c31956bd..d34a7d8264b6 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -7,6 +7,7 @@ PORTNAME= fltk PORTVERSION?= ${_PORTVERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \ @@ -22,7 +23,7 @@ MAINTAINER?= demon@FreeBSD.org PATCH_VERSION= 20010114 _PORTVERSION+= ${VERSION}.${PATCH_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -xunicode PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fltk/ @@ -41,6 +42,8 @@ USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared +CONFIGURE_ENV+= CPPFLAGS="${PTHREAD_CFLAGS}" \ + LDFLAGS="${PTHREAD_LIBS}" WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION} USE_X_PREFIX= yes USE_MESA= yes |