pkgsrc/net/ORBit2/patches/patch-ab
wiz 4fac56153e Update to 2.14.16:
ORBit2-2.14.16

	- bug fixes
		+ fix make check on Mac OS/X
		+ The ORBNetID option was not consistent in relation to
		  ORBIIOPIPName. This fix ensures that ORBIIOPIPName always
		  takes precedence. (Jules Colding)

ORBit2-2.14.15

	- bug fixes
		+ fix some leaks (Jules Colding)
		+ fix for Mike's recent fixes (Mike Gorse)
		+ fix potential make loop (Diego Pettenò)
2008-10-09 20:22:23 +00:00

13 lines
523 B
Text

$NetBSD: patch-ab,v 1.7 2008/10/09 20:22:23 wiz Exp $
--- src/orb/orb-core/Makefile.in.orig 2008-09-16 13:11:18.000000000 +0000
+++ src/orb/orb-core/Makefile.in
@@ -623,7 +623,7 @@ distclean-local:
-rm -rf .deps
$(OPS_IDLOUT_C): $(OPS_IDLOUT_H)
-$(OPS_IDLOUT_H): corba-ops.idl $(IDL_COMPILER)
+$(OPS_IDLOUT_H): corba-ops.idl
-(rm -f $(OPS_IDLOUT_C) $(OPS_IDLOUT_H) || true) > /dev/null
$(IDL_COMPILER) $(IDL_FLAGS_CORBA_OPS) --deps .deps/corba-ops.idl.P $<
for I in $(OPS_IDLOUT_C) $(OPS_IDLOUT_H); do \