summaryrefslogtreecommitdiff
path: root/corba
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-03-11 20:07:57 +0000
committertron <tron@pkgsrc.org>1999-03-11 20:07:57 +0000
commit79bc8199597908d88570877c97505c0dd71eeed5 (patch)
treec8b557e9fc17a1413acc148e943166fddcef6ed6 /corba
parent8388c059947204a3cfeb5ea1f1f8b67565237c75 (diff)
downloadpkgsrc-79bc8199597908d88570877c97505c0dd71eeed5.tar.gz
Avoid weird error message during build.
Diffstat (limited to 'corba')
-rw-r--r--corba/ORBit/patches/patch-aj16
1 files changed, 14 insertions, 2 deletions
diff --git a/corba/ORBit/patches/patch-aj b/corba/ORBit/patches/patch-aj
index ab953f7f7dc..6ccb3b3cc70 100644
--- a/corba/ORBit/patches/patch-aj
+++ b/corba/ORBit/patches/patch-aj
@@ -1,7 +1,7 @@
-$NetBSD: patch-aj,v 1.1 1999/03/05 00:25:10 tron Exp $
+$NetBSD: patch-aj,v 1.2 1999/03/11 20:07:57 tron Exp $
--- src/IIOP/Makefile.in.orig Thu Feb 25 16:17:16 1999
-+++ src/IIOP/Makefile.in Fri Mar 5 00:29:31 1999
++++ src/IIOP/Makefile.in Thu Mar 11 21:02:03 1999
@@ -90,9 +90,7 @@
VERSION = @VERSION@
YACC = @YACC@
@@ -13,3 +13,15 @@ $NetBSD: patch-aj,v 1.1 1999/03/05 00:25:10 tron Exp $
libIIOPincludedir = $(includedir)/IIOP
+@@ -123,10 +121,7 @@
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+-@HAVE_HOSTS_ACCESS_TRUE@libIIOP_la_DEPENDENCIES = $(addsuffix .lo, \
+-@HAVE_HOSTS_ACCESS_TRUE@$(basename $(filter %.o, $(shell ar t \
+-@HAVE_HOSTS_ACCESS_TRUE@$(LIBWRAP_PATH)))))
+-@HAVE_HOSTS_ACCESS_FALSE@libIIOP_la_DEPENDENCIES =
++libIIOP_la_DEPENDENCIES =
+ libIIOP_la_OBJECTS = connection.lo encoders.lo giop-msg-buffer.lo \
+ iiop-endian.lo
+ CFLAGS = @CFLAGS@