diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-07-25 19:38:54 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-07-25 19:38:54 +0000 |
commit | cb30c8f76e3cd832a285740be4452793f188805d (patch) | |
tree | 1c5ed4979466cf77dae893d7cce0d6a589545fb7 /misc | |
parent | 65e5dfe7c10d37b80c99d38224f481adca772f9d (diff) | |
download | pkgsrc-cb30c8f76e3cd832a285740be4452793f188805d.tar.gz |
Add
USE_PTHREAD= native pth-syscall
This should fix the problem reported during Huberts latest bulk-build.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/koffice3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/koffice3/Makefile b/misc/koffice3/Makefile index c2563ba9278..3831367f1f6 100644 --- a/misc/koffice3/Makefile +++ b/misc/koffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/20 19:31:21 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/25 19:38:54 jschauma Exp $ DISTNAME= koffice PKGNAME= koffice3-${VERSION} @@ -10,6 +10,7 @@ DISTFILES= ${DISTNAME}-${VERSION}-kde3.tar.bz2 .include "../../x11/kde3/Makefile.kde3" MAINTAINER= jschauma@netbsd.org +USE_PTHREAD= native pth-syscall WRKSRC= ${WRKDIR}/${DISTNAME}-${VERSION} PATCHDIR= ../../misc/koffice/patches |