diff options
author | tron <tron> | 1999-03-11 20:07:57 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-11 20:07:57 +0000 |
commit | 94270a1549a1dbe992f5481fa8f389caa7e77b11 (patch) | |
tree | c8b557e9fc17a1413acc148e943166fddcef6ed6 | |
parent | 716e5f840f9fb272ae73604dda3cebb58eb90cba (diff) | |
download | pkgsrc-94270a1549a1dbe992f5481fa8f389caa7e77b11.tar.gz |
Avoid weird error message during build.
-rw-r--r-- | corba/ORBit/patches/patch-aj | 16 | ||||
-rw-r--r-- | net/ORBit/patches/patch-aj | 16 |
2 files changed, 28 insertions, 4 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@ diff --git a/net/ORBit/patches/patch-aj b/net/ORBit/patches/patch-aj index ab953f7f7dc..6ccb3b3cc70 100644 --- a/net/ORBit/patches/patch-aj +++ b/net/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@ |