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

This commit is contained in:
riastradh 2023-06-29 10:42:24 +00:00
parent 3dcecdc42b
commit 48d5915dad
1 changed files with 2 additions and 2 deletions

View File

@ -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 compiler if including pthread.h
.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"