pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xlockmore xlockmore: ftgl should be disabled if tt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/84eabdc6b91a
branches: trunk
changeset: 440080:84eabdc6b91a
user: nia <nia%pkgsrc.org@localhost>
date: Fri Oct 02 13:26:09 2020 +0000
description:
xlockmore: ftgl should be disabled if tty is
avoids it being picked up by other means resulting in mysterious build
errors
diffstat:
x11/xlockmore/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 05fe91a7eb57 -r 84eabdc6b91a x11/xlockmore/Makefile
--- a/x11/xlockmore/Makefile Fri Oct 02 13:01:44 2020 +0000
+++ b/x11/xlockmore/Makefile Fri Oct 02 13:26:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2020/08/17 20:20:39 leot Exp $
+# $NetBSD: Makefile,v 1.146 2020/10/02 13:26:09 nia Exp $
PKGREVISION= 24
.include "Makefile.common"
@@ -9,6 +9,7 @@
CONFIGURE_ARGS+= --with-opengl
CONFIGURE_ARGS+= --with-mesa
+CONFIGURE_ARGS+= --without-ftgl
CONFIGURE_ARGS+= --without-ttf
XPM_ENV= no_xpm= xpm_includes=${BUILDLINK_PREFIX.libXpm}/include xpm_libraries=${BUILDLINK_PREFIX.libXpm}/lib
CONFIGURE_ENV+= ac_cv_path_xpm=${XPM_ENV:Q}
Home |
Main Index |
Thread Index |
Old Index