diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-03-11 13:28:17 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-03-11 13:28:17 +0000 |
commit | 6d634885e9125c91e292b5772a80160d31602e7f (patch) | |
tree | 446c9da49f44ff35e12fbd1d32eb5845611435d3 /emulators | |
parent | libxforms.so.0 -> libforms.so.0 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=39582
Diffstat (limited to 'emulators')
-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: |