summaryrefslogtreecommitdiff
path: root/emulators/dynamips/files/patch-Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-02-13 19:16:40 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-02-13 19:16:40 +0000
commit53c000e7f6aaf829e32860a08af6ade06bfe5473 (patch)
treefa4e63bda6b2de05e85c894f7885539e9c9f8830 /emulators/dynamips/files/patch-Makefile
parentUpgrade to current bsd.java.mk syntax. (diff)
- Fix the build on RELENG_4 (USE_GCC=3.2+) [1]
- Fix the build on arches other than i386 [2] - Bump PORTREVISION Noted by: pointyhat [1], [2]
Notes
Notes: svn path=/head/; revision=155956
Diffstat (limited to 'emulators/dynamips/files/patch-Makefile')
-rw-r--r--emulators/dynamips/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/dynamips/files/patch-Makefile b/emulators/dynamips/files/patch-Makefile
index e73318ef8e00..d66349dc1144 100644
--- a/emulators/dynamips/files/patch-Makefile
+++ b/emulators/dynamips/files/patch-Makefile
@@ -1,11 +1,11 @@
--- Makefile.orig Mon Jan 30 19:09:47 2006
-+++ Makefile Tue Jan 31 01:38:09 2006
++++ Makefile Tue Feb 14 01:13:29 2006
@@ -3,7 +3,7 @@
# Replace x86 by amd64 for a build on x86_64.
# Use "nojit" for architectures that are not x86 or x86_64.
-ARCH=x86
-+DYNAMIPS_ARCH=x86
++DYNAMIPS_ARCH?=x86
# Change this to 0 if your system doesn't support RFC 2553 extensions
HAS_RFC2553=1