diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-17 10:14:58 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-17 10:14:58 +0000 |
commit | 64ece7675b5ca25b015570b761a18f8dcf078330 (patch) | |
tree | 990608c539779a1a14b59465e7e9335f350fb1f7 /x11-toolkits/fltk | |
parent | 077482a32f7ef9ca75fdd71e655e1c6cc4db54ed (diff) | |
download | FreeBSD-ports-64ece7675b5ca25b015570b761a18f8dcf078330.zip FreeBSD-ports-64ece7675b5ca25b015570b761a18f8dcf078330.tar.gz |
Fix detection of pthreaded MesaGL.
Approved by: maintainer
Diffstat (limited to 'x11-toolkits/fltk')
-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 f461c31..d34a7d8 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 |