diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-05 08:21:25 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-05 08:21:25 +0000 |
commit | c78a647d723d8c5b3d335b3cde815650bedc83a9 (patch) | |
tree | 4ced26d2826cef599cef5af8619d6ea5dc495fe8 /sysutils/doinkd | |
parent | Upgrade to 3.0.7. (diff) |
remove -m486 option for alpha.
Diffstat (limited to 'sysutils/doinkd')
-rw-r--r-- | sysutils/doinkd/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/doinkd/files/patch-aa b/sysutils/doinkd/files/patch-aa index 6aa5362a4212..3ee4e8a06aad 100644 --- a/sysutils/doinkd/files/patch-aa +++ b/sysutils/doinkd/files/patch-aa @@ -33,7 +33,7 @@ # If you add it, '-lkvm' must also be added to the SPECLIBS line # You will need to delete parse.c before compiling! You can either # do so by hand, or do a 'make clean' followed by the normal 'make'. -! DEFS += -O -m486 +! DEFS += -O ! DEFS += -DBSD_OS2 -DHAVE_SETSID -DHAVE_YYRESTART -DPS_HACK #DEFS += -DPROC_SEARCH_1 #SPECLIBS = -lkvm |