diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
commit | 61fd1bd203b35a08fb758d621edcdc1ba04881a6 (patch) | |
tree | 78c703af1b0d5d0edd5ae4ca9fca8da9e8f913b8 /net-analyzer/nbaudit | |
parent | repoman'd (diff) | |
download | historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.tar.gz historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.tar.bz2 historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.zip |
repoman'd
Diffstat (limited to 'net-analyzer/nbaudit')
-rw-r--r-- | net-analyzer/nbaudit/nbaudit-1.0.ebuild | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/net-analyzer/nbaudit/nbaudit-1.0.ebuild b/net-analyzer/nbaudit/nbaudit-1.0.ebuild index 62c6fc6f134d..0bc659b9a552 100644 --- a/net-analyzer/nbaudit/nbaudit-1.0.ebuild +++ b/net-analyzer/nbaudit/nbaudit-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbaudit/nbaudit-1.0.ebuild,v 1.7 2002/07/11 06:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbaudit/nbaudit-1.0.ebuild,v 1.8 2002/07/18 23:22:50 seemant Exp $ # Its officially called nat10 but the name conflicts with other projects @@ -14,13 +14,19 @@ HOMEPAGE="http://www.tux.org/pub/security/secnet/tools/nat10" DEPEND="" +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + src_compile() { - mv Makefile Makefile.old - sed -e "s/# FLAGSM = -DLINUX -DSHADOW_PWD/FLAGSM = -DLINUX -DSHADOW_PWD -DNO_ASMSIGNALH/" -e "s/# LIBSM = -lshadow/LIBSM = -lshadow/" Makefile.old > Makefile + mv Makefile Makefile.old + sed -e "s/# \(FLAGSM = -DLINUX -DSHADOW_PWD\)/\1 -DNO_ASMSIGNALH/" \ + -e "s/# LIBSM = -lshadow/LIBSM = -lshadow/" \ + Makefile.old > Makefile - # NOTE: DO NOT SET CFLAGS OR THE PROGRAM WILL SEGFAULT - make all || die + # NOTE: DO NOT SET CFLAGS OR THE PROGRAM WILL SEGFAULT + make all || die } |