summaryrefslogtreecommitdiff
path: root/net/ORBit/patches/patch-ai
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-10-17 23:48:00 +0000
committerjlam <jlam@pkgsrc.org>2000-10-17 23:48:00 +0000
commit74e80b8723e8a1ad85b0df0aa6aa2958819adf56 (patch)
tree26c3a04c9a67f7daf497cca04c998349214fe6e9 /net/ORBit/patches/patch-ai
parent87ff3e4e3360129048e3918120f86947edc04adb (diff)
downloadpkgsrc-74e80b8723e8a1ad85b0df0aa6aa2958819adf56.tar.gz
Update ORBit to 0.5.4. I couldn't find a list of changes from version,
0.5.3 -- only that 0.5.4 is the latest stable version of ORBit. The pkgsrc-related changes are: * Compile and link libpopt statically into ORBit. This is really a small library, and there are more recent versions available if we with to add it to pkgsrc. Also don't install this library. * Compile the tcpd-specific code in libIIOP.
Diffstat (limited to 'net/ORBit/patches/patch-ai')
-rw-r--r--net/ORBit/patches/patch-ai17
1 files changed, 9 insertions, 8 deletions
diff --git a/net/ORBit/patches/patch-ai b/net/ORBit/patches/patch-ai
index c6ca37f2730..5f8628b9fee 100644
--- a/net/ORBit/patches/patch-ai
+++ b/net/ORBit/patches/patch-ai
@@ -1,12 +1,13 @@
-$NetBSD: patch-ai,v 1.3 2000/09/05 20:48:22 dmcmahill Exp $
+$NetBSD: patch-ai,v 1.4 2000/10/17 23:48:01 jlam Exp $
---- libIDL/Makefile.in.orig Tue Jul 25 18:34:00 2000
-+++ libIDL/Makefile.in Tue Sep 5 13:44:51 2000
-@@ -131,6 +131,5 @@
- ns.c util.c util.h rename.h
+--- libIDL/Makefile.in.orig Thu Oct 12 12:06:54 2000
++++ libIDL/Makefile.in
+@@ -120,7 +120,7 @@
--libIDL_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-- -release $(LT_RELEASE)
-+libIDL_la_LDFLAGS = -version-info ${LIBIDL_MAJOR_VERSION}:${LIBIDL_MINOR_VERSION}
+ libIDL_la_SOURCES = parser.c parser.h lexer.c ns.c util.c util.h rename.h
+-libIDL_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
++libIDL_la_LDFLAGS = -version-info $(LIBIDL_MAJOR_VERSION):$(LIBIDL_MINOR_VERSION)
+
+ m4datadir = $(datadir)/aclocal