From b95dce1c5905d0e71219b3749bcc7094b51b5e45 Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 5 Apr 2006 15:45:39 +0000 Subject: - Attempt to fix build on sparc64 by using CONFIGURE_TARGET=.. Pointed out by: pointyhat --- textproc/hyperestraier/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc') diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 3ea50b63f3ab..486878e78d58 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= qdbm.12:${PORTSDIR}/databases/qdbm USE_ICONV= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -- cgit