From 1806bbe130d8c363be551e8bca465fd9314e3548 Mon Sep 17 00:00:00 2001 From: chopps Date: Thu, 15 Jan 1998 18:38:21 +0000 Subject: make work with OBJMACHINE --- mbone/vat/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mbone') 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. -- cgit v1.2.3