diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-16 15:45:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-16 15:45:02 +0000 |
commit | 0a15f3cde74fcc4bf01bbc05faedc758232370da (patch) | |
tree | ca608f04538fca60a342f2aaf606e65942a41fd1 /net-analyzer/nmap/nmap-3.45.ebuild | |
parent | Added to ~ppc (diff) | |
download | historical-0a15f3cde74fcc4bf01bbc05faedc758232370da.tar.gz historical-0a15f3cde74fcc4bf01bbc05faedc758232370da.tar.bz2 historical-0a15f3cde74fcc4bf01bbc05faedc758232370da.zip |
remove commented out patch
Diffstat (limited to 'net-analyzer/nmap/nmap-3.45.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-3.45.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-analyzer/nmap/nmap-3.45.ebuild b/net-analyzer/nmap/nmap-3.45.ebuild index 37c6ca9fd1b3..edc0f9108412 100644 --- a/net-analyzer/nmap/nmap-3.45.ebuild +++ b/net-analyzer/nmap/nmap-3.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.45.ebuild,v 1.1 2003/09/16 11:08:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.45.ebuild,v 1.2 2003/09/16 15:45:02 vapier Exp $ inherit gcc eutils @@ -21,12 +21,6 @@ src_unpack() { unpack ${P}.tar.bz2 cd ${S} epatch ${DISTDIR}/${PN}-3.20_statistics-1.diff - # fix header -# if [ `gcc-major-version` -eq 3 ] ; then -# cp nbase/nbase.h nbase/nbase.h.old -# sed -e 's:char \*strcasestr://:' \ -# nbase/nbase.h.old > nbase/nbase.h -# fi } src_compile() { |