pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXt



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Thu Jun 29 10:42:24 UTC 2023

Modified Files:
        pkgsrc/x11/libXt: Makefile

Log Message:
x11/libXt: Fix typo in previous: ac_cv_path_*, not ac_cv_peath_*.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/libXt/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/libXt/Makefile
diff -u pkgsrc/x11/libXt/Makefile:1.34 pkgsrc/x11/libXt/Makefile:1.35
--- pkgsrc/x11/libXt/Makefile:1.34      Tue Jun 27 10:28:34 2023
+++ pkgsrc/x11/libXt/Makefile   Thu Jun 29 10:42:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2023/06/27 10:28:34 riastradh Exp $
+# $NetBSD: Makefile,v 1.35 2023/06/29 10:42:24 riastradh Exp $
 
 DISTNAME=              libXt-1.3.0
 PKGREVISION=           1
@@ -32,7 +32,7 @@ CPPFLAGS.OSF1+=               -pthread # Required by 
 .include "../../mk/compiler.mk"
 
 TOOL_DEPENDS+=         tradcpp-[0-9]*:../../devel/tradcpp
-CONFIGURE_ENV+=                ac_cv_peath_RAWCPP="${TOOLBASE}/bin/tradcpp -Uunix"
+CONFIGURE_ENV+=                ac_cv_path_RAWCPP="${TOOLBASE}/bin/tradcpp -Uunix"
 
 X11_LIB_NAME?=         libXt
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"



Home | Main Index | Thread Index | Old Index