diff options
author | lioux <lioux@FreeBSD.org> | 2001-03-11 21:28:17 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-03-11 21:28:17 +0800 |
commit | 89e7d32d48b1c72e92e63658331b4f6218d4457b (patch) | |
tree | 35b0e7bb1709f352c714ba3064b7841bc121aa95 /emulators/truereality | |
parent | 16ddf4ef235ab12009521b948d305d2a74e1d2f9 (diff) | |
download | freebsd-ports-gnome-89e7d32d48b1c72e92e63658331b4f6218d4457b.tar.gz freebsd-ports-gnome-89e7d32d48b1c72e92e63658331b4f6218d4457b.tar.zst freebsd-ports-gnome-89e7d32d48b1c72e92e63658331b4f6218d4457b.zip |
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)
Diffstat (limited to 'emulators/truereality')
-rw-r--r-- | emulators/truereality/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.pre.mk> .if ${ARCH} == "alpha" -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-alpha +post-patch: + @cd ${WRKSRC} ; ${PATCH} < ${PATCHDIR}/extra-patch-alpha .endif do-install: |