summaryrefslogtreecommitdiff
path: root/net/socat/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/socat/patches/patch-aa')
-rw-r--r--net/socat/patches/patch-aa11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/socat/patches/patch-aa b/net/socat/patches/patch-aa
index a8bb4bceb97..4a68259a991 100644
--- a/net/socat/patches/patch-aa
+++ b/net/socat/patches/patch-aa
@@ -1,15 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/14 22:43:38 minskim Exp $
+$NetBSD: patch-aa,v 1.2 2004/09/30 12:42:46 adrianp Exp $
---- Makefile.in.orig 2003-10-19 03:01:41.000000000 -0500
-+++ Makefile.in
-@@ -21,11 +21,11 @@ srcdir = @srcdir@
+--- Makefile.in.orig 2004-09-30 13:23:21.000000000 +0000
++++ Makefile.in 2004-09-30 13:24:30.000000000 +0000
+@@ -21,12 +21,12 @@
VPATH = @srcdir@
CC = @CC@
-CCOPTS = $(CCOPT) -Wall -Wno-parentheses
+CCOPTS = $(CCOPT)
- INCLS = -I. @V_INCL@
+ CPPFLAGS = -I. @CPPFLAGS@
+ #0 INCLS = -I. @V_INCL@
DEFS = @DEFS@
-LIBS = @LIBS@
+LIBS = @LDFLAGS@ @LIBS@