summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorchopps <chopps>1998-01-15 18:38:21 +0000
committerchopps <chopps>1998-01-15 18:38:21 +0000
commitadad27fda0c98d58fb2f403ca7bde9aff5f632f9 (patch)
tree1bb1dd68d3d2873d143a3f822b6ff1b670b98cd8 /mbone
parentc3039d4ce9d39558d3b8183c4958efe2ecf93a41 (diff)
downloadpkgsrc-adad27fda0c98d58fb2f403ca7bde9aff5f632f9.tar.gz
make work with OBJMACHINE
Diffstat (limited to 'mbone')
-rw-r--r--mbone/vat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index 9445616e370..02476bf7c76 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -14,7 +14,11 @@ DISTFILES= vatsrc-4.0b2.tar.gz
MAINTAINER= fenner@FreeBSD.ORG
GSM_DIR= ${PORTSDIR}/audio/gsm
+.if defined(OBJMACHINE)
+GSM_WORK= ${GSM_DIR}/work.${ARCH}/gsm-1.0-pl10
+.else
GSM_WORK= ${GSM_DIR}/work/gsm-1.0-pl10
+.endif
# If configure is changed to look for libgsm.a in ${PREFIX}/lib, then
# we can use this first BUILD_DEPENDS and save some work.