diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-12-16 07:02:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-12-16 07:02:41 +0000 |
commit | 0e1cb5aeafd6a8c9d00f96482e1c0c0afa1b9a4c (patch) | |
tree | e21695491b44b0609903acc576b8e350659abe6c /emulators/stonx/files/patch-configure | |
parent | New port: emulators/unicorn (diff) |
- fix build on FreeBSD-10 i386
- add LICENSE
Notes
Notes:
svn path=/head/; revision=428646
Diffstat (limited to 'emulators/stonx/files/patch-configure')
-rw-r--r-- | emulators/stonx/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/stonx/files/patch-configure b/emulators/stonx/files/patch-configure index 93e48031f445..7cee9c4f6c6d 100644 --- a/emulators/stonx/files/patch-configure +++ b/emulators/stonx/files/patch-configure @@ -7,7 +7,7 @@ +*freebsd*) + echo 'A FreeBSD box...' + case $t in -+ i*86-*) ++ i*86-*freebsd9*) + cat >>confdefs.h <<\_ACEOF +#define NZREG "%ebx" +_ACEOF |