pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/labltk (x11/labltk) Not really fix, but $(BYTECC) ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7e6a0c0513c
branches:  trunk
changeset: 439700:d7e6a0c0513c
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Sep 27 13:12:17 2020 +0000

description:
(x11/labltk) Not really fix, but $(BYTECC) was missing, added

diffstat:

 x11/labltk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ecd37e6c5c42 -r d7e6a0c0513c x11/labltk/Makefile
--- a/x11/labltk/Makefile       Sun Sep 27 12:45:52 2020 +0000
+++ b/x11/labltk/Makefile       Sun Sep 27 13:12:17 2020 +0000
@@ -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 @@
 
 USE_TOOLS+=    gmake
 MAKE_JOBS_SAFE=        no
+MAKE_ENV+=     BYTECC='cc  -fPIC'
+
 
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       -x11include ${X11BASE}/include



Home | Main Index | Thread Index | Old Index