diff options
author | mef <mef@pkgsrc.org> | 2020-09-27 13:12:17 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-09-27 13:12:17 +0000 |
commit | 85eda5539f12b6baf934256c78ce7a4dd8005e9b (patch) | |
tree | 4a56af33eadfd9737d1595ea35d105bcaa5d4279 /x11 | |
parent | fefacebaee88fe372b946a90775f18275b4ba30c (diff) | |
download | pkgsrc-85eda5539f12b6baf934256c78ce7a4dd8005e9b.tar.gz |
(x11/labltk) Not really fix, but $(BYTECC) was missing, added
Diffstat (limited to 'x11')
-rw-r--r-- | x11/labltk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index 6d72c9cd52a..00e1c116c15 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2020/08/17 20:20:28 leot Exp $ +# $NetBSD: Makefile,v 1.38 2020/09/27 13:12:17 mef Exp $ DISTNAME= labltk-8.06.3 PKGREVISION= 6 @@ -13,6 +13,8 @@ LICENSE= gnu-lgpl-v2.1 USE_TOOLS+= gmake MAKE_JOBS_SAFE= no +MAKE_ENV+= BYTECC='cc -fPIC' + HAS_CONFIGURE= yes CONFIGURE_ARGS+= -x11include ${X11BASE}/include |