pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/labltk
Module Name: pkgsrc
Committed By: mef
Date: Sun Sep 27 13:12:17 UTC 2020
Modified Files:
pkgsrc/x11/labltk: Makefile
Log Message:
(x11/labltk) Not really fix, but $(BYTECC) was missing, added
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/labltk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/labltk/Makefile
diff -u pkgsrc/x11/labltk/Makefile:1.37 pkgsrc/x11/labltk/Makefile:1.38
--- pkgsrc/x11/labltk/Makefile:1.37 Mon Aug 17 20:20:28 2020
+++ pkgsrc/x11/labltk/Makefile Sun Sep 27 13:12:17 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index