From 8f0c6594e804a7a93fd3ebcb0397a7bb1f80f806 Mon Sep 17 00:00:00 2001 From: edd Date: Fri, 24 Sep 2010 19:35:27 +0000 Subject: [PATCH] fix a naughty hard-coded path. OK espie@ --- print/texlive/base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print/texlive/base/Makefile b/print/texlive/base/Makefile index f385229f006..86b4ca0975b 100755 --- a/print/texlive/base/Makefile +++ b/print/texlive/base/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2010/09/14 20:29:56 edd Exp $ +# $OpenBSD: Makefile,v 1.35 2010/09/24 19:35:27 edd Exp $ COMMENT = base binaries for TeXLive typesetting distribution @@ -30,7 +30,7 @@ CONFIGURE_STYLE = gnu # Don't put ${PREFIX}/include in CPPFLAGS or system icu .h's are picked up CONFIGURE_ENV += TL_MAKE=${GMAKE} \ - CPPFLAGS=-I/usr/local/include/poppler + CPPFLAGS=-I${LOCALBASE}/include/poppler WRKBUILD = ${WRKSRC}/Work # Can't build in same dir CONFIGURE_SCRIPT = ../configure