freebsd-ports/security/nessus-plugins-devel/files/extra-patch-3com-hub-amd64
Pav Lucistnik 6118738612 - Unbreak on amd64: disable offending plugin
PR:		ports/66051
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2004-05-02 18:31:39 +00:00

18 lines
406 B
Text

--- plugins/make_world.orig Sun Jun 9 13:07:06 2002
+++ plugins/make_world Wed Apr 28 17:03:30 2004
@@ -15,14 +15,7 @@
do if [ -d $i -a $i != CVS ]; then
if [ "$i" = "3com_hub" ];
then
- libnet-config && {
- cd $i
- ${MAKE:-make} $MAKEFLAG $1
- if [ $? -ne 0 ];then
- BADPLUGINS="$BADPLUGINS $i"
- fi
- cd ..
- }
+ BADPLUGINS="$BADPLUGINS $i";
else
cd $i
${MAKE:-make} $MAKEFLAG $1