pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/magicpoint



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Feb 23 08:03:19 UTC 2026

Modified Files:
        pkgsrc/graphics/magicpoint: Makefile

Log Message:
graphics/magicpoint: fix build problem on X11=native

Specify XBINDIR in MAKE_FLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/graphics/magicpoint/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/magicpoint/Makefile
diff -u pkgsrc/graphics/magicpoint/Makefile:1.112 pkgsrc/graphics/magicpoint/Makefile:1.113
--- pkgsrc/graphics/magicpoint/Makefile:1.112   Thu Apr 24 14:14:31 2025
+++ pkgsrc/graphics/magicpoint/Makefile Mon Feb 23 08:03:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2025/04/24 14:14:31 wiz Exp $
+# $NetBSD: Makefile,v 1.113 2026/02/23 08:03:19 taca Exp $
 
 DISTNAME=              magicpoint-1.13a
 PKGREVISION=           39
@@ -30,6 +30,8 @@ CONFIGURE_ENV+=               BUILDLINK_DIR=${BUILDLI
 CONFIGURE_ENV+=                mgp_cv_path_perl=${TOOLS_PERL5}
 CONFIGURE_ENV+=                ac_cv_path_mgp_cv_path_gzip=${TOOLS_PATH.gzip}
 
+MAKE_FLAGS+=   XBINDIR=${TOOLS_DIR}/bin
+
 DOCDIR=                        share/doc/mgp
 EGDIR=                 share/examples/mgp
 INSTALLATION_DIRS+=    ${DOCDIR} ${EGDIR}



Home | Main Index | Thread Index | Old Index