summaryrefslogtreecommitdiff
path: root/net/ORBit/patches/patch-ag
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-10-05 14:02:06 +0000
committeragc <agc@pkgsrc.org>1998-10-05 14:02:06 +0000
commit39de8ad010f9091b575e479ad2ecd41ece9c29b7 (patch)
treedb0cf3eb809bf95f9b68f961bb31993fd25f95f2 /net/ORBit/patches/patch-ag
parent146659cf1deff5344a767c894c389757a8e6a32a (diff)
downloadpkgsrc-39de8ad010f9091b575e479ad2ecd41ece9c29b7.tar.gz
Upgrade to version 0.3.0 of ORBit (a high-performance CORBA ORB with
support for the C language).
Diffstat (limited to 'net/ORBit/patches/patch-ag')
-rw-r--r--net/ORBit/patches/patch-ag16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/ORBit/patches/patch-ag b/net/ORBit/patches/patch-ag
new file mode 100644
index 00000000000..1c1a6fa7407
--- /dev/null
+++ b/net/ORBit/patches/patch-ag
@@ -0,0 +1,16 @@
+$NetBSD: patch-ag,v 1.1 1998/10/05 14:02:07 agc Exp $
+
+Name the idl file explicitly, or orbit-idl complains (this may
+be a gmake problem).
+
+--- src/services/name/Makefile.in 1998/10/05 13:33:08 1.1
++++ src/services/name/Makefile.in 1998/10/05 13:33:21
+@@ -510,7 +510,7 @@
+
+ name.h name-common.c name-stubs.c name-skels.c: name.idl \
+ $(top_builddir)/src/idl-compiler/orbit-idl
+- $(top_builddir)/src/idl-compiler/orbit-idl $<
++ $(top_builddir)/src/idl-compiler/orbit-idl name.idl
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.