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.
13 lines
651 B
Text
13 lines
651 B
Text
$NetBSD: patch-al,v 1.5 2000/10/17 23:48:01 jlam Exp $
|
|
|
|
--- src/daemons/interface_repository/Makefile.in.orig Thu Oct 12 12:07:12 2000
|
|
+++ src/daemons/interface_repository/Makefile.in
|
|
@@ -102,7 +102,7 @@
|
|
|
|
|
|
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 @LIB_WRAP@
|
|
|
|
|
|
orbit_ird_SOURCES = interface_repository-skels.c interface_repository-impl.c
|