summaryrefslogtreecommitdiff
path: root/net/ORBit/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-12 08:15:56 +0000
committertron <tron@pkgsrc.org>1999-11-12 08:15:56 +0000
commitf6b13a2fb2a00b63fbc3c615ced59c1658288fa6 (patch)
treebdca23c3150b5907a2eda54264ba583404ad6785 /net/ORBit/patches
parenteff437ed922e62fdfd27feddbc4b85de97b39abd (diff)
downloadpkgsrc-f6b13a2fb2a00b63fbc3c615ced59c1658288fa6.tar.gz
New patches supplied by UEBAYASHI 'UMA' Masao which apply without fuzz.
Diffstat (limited to 'net/ORBit/patches')
-rw-r--r--net/ORBit/patches/patch-ag8
-rw-r--r--net/ORBit/patches/patch-al14
2 files changed, 12 insertions, 10 deletions
diff --git a/net/ORBit/patches/patch-ag b/net/ORBit/patches/patch-ag
index 106bfe53a1d..8768ce41dd0 100644
--- a/net/ORBit/patches/patch-ag
+++ b/net/ORBit/patches/patch-ag
@@ -1,14 +1,14 @@
-$NetBSD: patch-ag,v 1.3 1999/03/05 00:25:10 tron Exp $
+$NetBSD: patch-ag,v 1.4 1999/11/12 08:15:56 tron Exp $
---- src/IIOP/connection.c.orig Sun Feb 21 19:56:43 1999
-+++ src/IIOP/connection.c Thu Mar 4 23:34:25 1999
+--- src/IIOP/connection.c.orig Thu Sep 23 04:25:32 1999
++++ src/IIOP/connection.c Fri Nov 12 11:18:11 1999
@@ -1,3 +1,6 @@
+#include <sys/types.h>
+#include <sys/param.h>
+#include <stdio.h>
#include "config.h"
#ifndef _XOPEN_SOURCE_EXTENDED
- # define _XOPEN_SOURCE_EXTENDED
+ # define _XOPEN_SOURCE_EXTENDED 1
@@ -13,7 +16,6 @@
#include <stdlib.h>
#include <unistd.h>
diff --git a/net/ORBit/patches/patch-al b/net/ORBit/patches/patch-al
index 982495bfe57..623ff7bba55 100644
--- a/net/ORBit/patches/patch-al
+++ b/net/ORBit/patches/patch-al
@@ -1,13 +1,15 @@
-$NetBSD: patch-al,v 1.1 1999/03/05 00:25:10 tron Exp $
+$NetBSD: patch-al,v 1.2 1999/11/12 08:15:56 tron Exp $
---- src/daemons/interface_repository/Makefile.in.orig Thu Feb 25 16:17:26 1999
-+++ src/daemons/interface_repository/Makefile.in Fri Mar 5 00:52:59 1999
-@@ -100,7 +100,7 @@
+--- src/daemons/interface_repository/Makefile.in.orig Wed Sep 29 01:13:00 1999
++++ src/daemons/interface_repository/Makefile.in Fri Nov 12 11:26:07 1999
+@@ -102,7 +102,9 @@
orbit_ird_LDFLAGS = -static
-orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm
-+orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm -lwrap
++orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/
++src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LI
++BS@ -lm -lwrap
- orbit_ird_SOURCES = interface_repository-common.c interface_repository-skels.c interface_repository-impl.c
+ orbit_ird_SOURCES = interface_repository-skels.c interface_repository-impl.c