pkgsrc-wip/bastard/patches/patch-ac
mjasm cf9b693b04 A disassembler -- or, more appropriately, a disassembly environment.
The idea is that you have an interpreter, much as you would in Perl 
or Python, which allows you to load files, disassemble them, dump 
the disassembly, write/run macros, and various other operations. The 
x86 instruction disassembler written for this project has been packaged 
seperately as libdisasm, and is intended to be used in other open source 
projects.
2003-06-14 01:32:24 +00:00

13 lines
464 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2003/06/14 01:32:24 mjasm Exp $
--- src/typhoon/configure.orig 2002-09-25 16:48:36.000000000 -0400
+++ src/typhoon/configure
@@ -15,7 +15,7 @@ echo Checking for gcc
# typhoon uses a mixture of POSIX, BSD and System V interfaces
#
-if test `uname -s` = 'FreeBSD' ; then
+if test `uname -s` = 'NetBSD' ; then
STANDARDS="-D_BSD_SOURCE -D_SVID_SOURCE"
else
STANDARDS="-D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE"