Mark as not for NetBSD > 1.x The false positives on NetBSD 2.x and 3.x have been reported upstream to try and address PR #31813
17 lines
382 B
Text
17 lines
382 B
Text
$NetBSD: patch-aa,v 1.2 2007/07/11 20:16:33 adrianp Exp $
|
|
|
|
--- Makefile.orig 2006-10-09 20:29:19.000000000 +0100
|
|
+++ Makefile
|
|
@@ -3,9 +3,9 @@
|
|
# (C) 1997-2006 Nelson Murilo, Pangeia Informatica, AMS Foundation and others.
|
|
#
|
|
|
|
-CC = gcc
|
|
-CFLAGS = -DHAVE_LASTLOG_H
|
|
-STATIC = -static
|
|
+#CC = gcc
|
|
+#CFLAGS = -DHAVE_LASTLOG_H
|
|
+#STATIC = -static
|
|
|
|
###
|
|
### Solaris 2.x
|