diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-05 16:21:25 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-05 16:21:25 +0800 |
commit | e8e835806fc92997eea489e717363672d5436c66 (patch) | |
tree | 70bb00cb839409a177d26c3b8c7892d8fb00eb94 /sysutils | |
parent | d8c71c5426c9e298cac29d2d7c6f9dac207ae665 (diff) | |
download | freebsd-ports-gnome-e8e835806fc92997eea489e717363672d5436c66.tar.gz freebsd-ports-gnome-e8e835806fc92997eea489e717363672d5436c66.tar.zst freebsd-ports-gnome-e8e835806fc92997eea489e717363672d5436c66.zip |
remove -m486 option for alpha.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/doinkd/files/patch-aa | 2 | ||||
-rw-r--r-- | sysutils/idled/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/sysutils/idled/files/patch-aa b/sysutils/idled/files/patch-aa index 6aa5362a4212..3ee4e8a06aad 100644 --- a/sysutils/idled/files/patch-aa +++ b/sysutils/idled/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 |