- Don't attempt to link with -lresolv.
- Use MAKE_FLAGS override instead of patch file. ok rohee@
This commit is contained in:
parent
b765048429
commit
055ead7e53
@ -1,6 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2004/12/30 19:04:22 alek Exp $
|
||||
# Original from: Bruno Rohee <rohee@OpenBSD.ORG>
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.17 2005/12/19 02:06:07 naddy Exp $
|
||||
|
||||
COMMENT= "verify email addresses and mailing lists"
|
||||
|
||||
@ -20,6 +18,7 @@ MASTER_SITES= http://ftp.ksut.edu.tw/FTP/Unix/Network/tools/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
WRKDIST= ${WRKDIR}/
|
||||
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" RES=""
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2001/03/19 17:34:42 wilfried Exp $
|
||||
--- Makefile.orig Tue Oct 7 13:40:40 1997
|
||||
+++ Makefile Mon Mar 19 18:09:27 2001
|
||||
@@ -69,13 +69,13 @@ DEFS = $(CONFIGDEFS) $(SYSDEFS)
|
||||
COPTS =
|
||||
COPTS = -O
|
||||
|
||||
-CFLAGS = $(COPTS) $(DEFS)
|
||||
+CFLAGS += $(DEFS)
|
||||
|
||||
# Select your favorite compiler.
|
||||
-CC = /usr/ucb/cc #if defined(solaris) && BSD
|
||||
-CC = /bin/cc -arch m68k -arch i386 #if defined(next)
|
||||
-CC = /bin/cc
|
||||
-CC = cc
|
||||
+#CC = /usr/ucb/cc #if defined(solaris) && BSD
|
||||
+#CC = /bin/cc -arch m68k -arch i386 #if defined(next)
|
||||
+#CC = /bin/cc
|
||||
+#CC = cc
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Linking definitions.
|
Loading…
x
Reference in New Issue
Block a user