aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-04-05 23:45:39 +0800
committerahze <ahze@FreeBSD.org>2006-04-05 23:45:39 +0800
commitb95dce1c5905d0e71219b3749bcc7094b51b5e45 (patch)
treee522297ea9f46a05b365b2d08bde544ed458d2aa /textproc
parenta6dcfd24e73dc223159990cdc1ce24cfea59c202 (diff)
downloadfreebsd-ports-gnome-b95dce1c5905d0e71219b3749bcc7094b51b5e45.tar.gz
freebsd-ports-gnome-b95dce1c5905d0e71219b3749bcc7094b51b5e45.tar.zst
freebsd-ports-gnome-b95dce1c5905d0e71219b3749bcc7094b51b5e45.zip
- Attempt to fix build on sparc64 by using CONFIGURE_TARGET=..
Pointed out by: pointyhat
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hyperestraier/Makefile1
1 files changed, 1 insertions, 0 deletions
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}"