pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xlockmore



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Oct  2 13:26:10 UTC 2020

Modified Files:
        pkgsrc/x11/xlockmore: Makefile

Log Message:
xlockmore: ftgl should be disabled if tty is

avoids it being picked up by other means resulting in mysterious build
errors


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/x11/xlockmore/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/xlockmore/Makefile
diff -u pkgsrc/x11/xlockmore/Makefile:1.145 pkgsrc/x11/xlockmore/Makefile:1.146
--- pkgsrc/x11/xlockmore/Makefile:1.145 Mon Aug 17 20:20:39 2020
+++ pkgsrc/x11/xlockmore/Makefile       Fri Oct  2 13:26:09 2020
@@ -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 @@ CONFLICTS+=     xlockmore-lite-[0-9]*
 
 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