From 6d634885e9125c91e292b5772a80160d31602e7f Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 11 Mar 2001 13:28:17 +0000 Subject: Fix issue with alpha architecture. Instead of EXTRA_PATCHES, use a post-patch target since the alpha patch assumes that FreeBSD patches have been already applied. Also, this port assumes it is being built on a ev4. This will have to be revisited later. Submitted by: steve (http://havk.org/alpha/ build scripts) --- emulators/truereality/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators/truereality') diff --git a/emulators/truereality/Makefile b/emulators/truereality/Makefile index bdfff239a3e3..8038bcb93e39 100644 --- a/emulators/truereality/Makefile +++ b/emulators/truereality/Makefile @@ -26,7 +26,8 @@ DATE= 1999121400 .include .if ${ARCH} == "alpha" -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-alpha +post-patch: + @cd ${WRKSRC} ; ${PATCH} < ${PATCHDIR}/extra-patch-alpha .endif do-install: -- cgit v1.2.3