openbsd-ports/devel/ORBit/patches/patch-orbit-config_in
2001-03-08 15:01:14 +00:00

13 lines
501 B
Plaintext

$OpenBSD: patch-orbit-config_in,v 1.1 2001/03/08 15:01:17 brad Exp $
--- orbit-config.in.orig Fri Oct 8 01:49:07 1999
+++ orbit-config.in Tue Mar 6 23:08:50 2001
@@ -87,7 +87,7 @@ while test $# -gt 0; do
;;
client|server)
- the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm"
+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lwrap -lORBitutil `glib-config --libs` @LIBS@ -lm"
the_flags="$the_flags `glib-config --cflags` -I$includedir "
;;