diff options
author | wiz <wiz@pkgsrc.org> | 2000-07-11 11:23:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-07-11 11:23:39 +0000 |
commit | 44c5d85e8c17cb4846fcd47445d67649e6a34693 (patch) | |
tree | 0711ac34106d2944605a8458569b91ca4ecd48d0 /net/ORBit/patches | |
parent | 6d24f8b58ae40b9d4a2a4186697001b357b5b447 (diff) | |
download | pkgsrc-44c5d85e8c17cb4846fcd47445d67649e6a34693.tar.gz |
fix compilation on a.out.
Closes pkg/10559.
Diffstat (limited to 'net/ORBit/patches')
-rw-r--r-- | net/ORBit/patches/patch-aj | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/net/ORBit/patches/patch-aj b/net/ORBit/patches/patch-aj index cb94c6267d9..94c61ea76bc 100644 --- a/net/ORBit/patches/patch-aj +++ b/net/ORBit/patches/patch-aj @@ -1,8 +1,23 @@ -$NetBSD: patch-aj,v 1.4 2000/07/10 10:52:19 wiz Exp $ +$NetBSD: patch-aj,v 1.5 2000/07/11 11:23:40 wiz Exp $ --- src/IIOP/Makefile.in.orig Mon Jul 3 21:08:22 2000 -+++ src/IIOP/Makefile.in Mon Jul 10 01:59:14 2000 -@@ -129,10 +129,7 @@ ++++ src/IIOP/Makefile.in Tue Jul 11 00:02:52 2000 +@@ -91,12 +91,9 @@ + YACC = @YACC@ + pkglibdir = @pkglibdir@ + +-LIBWRAP_PATH = @LIBWRAP_PATH@ + LIB_WRAP = @LIB_WRAP@ +-@HAVE_HOSTS_ACCESS_TRUE@libwrap_files = $(addsuffix .lo, $(basename $(filter %.o, $(shell ar t $(LIBWRAP_PATH))))) +-@HAVE_HOSTS_ACCESS_FALSE@libwrap_files = +-@HAVE_HOSTS_ACCESS_TRUE@libwrap_deps = +-@HAVE_HOSTS_ACCESS_FALSE@libwrap_deps = $(LIB_WRAP) ++libwrap_files = ++libwrap_deps = $(LIB_WRAP) + + libIIOPincludedir = $(includedir)/IIOP + +@@ -129,10 +126,7 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ |