diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-05 23:45:39 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-05 23:45:39 +0800 |
commit | b95dce1c5905d0e71219b3749bcc7094b51b5e45 (patch) | |
tree | e522297ea9f46a05b365b2d08bde544ed458d2aa /textproc | |
parent | a6dcfd24e73dc223159990cdc1ce24cfea59c202 (diff) | |
download | freebsd-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/Makefile | 1 |
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}" |