openbsd-ports/devel/ORBit/patches/patch-ak

12 lines
410 B
Plaintext
Raw Normal View History

1999-03-23 14:24:31 -05:00
--- orbit-config.in.orig Tue Oct 27 14:52:35 1998
+++ orbit-config.in Fri Mar 5 00:44:54 1999
@@ -86,7 +86,7 @@
;;
client|server)
- the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm"
+ the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm -lwrap"
the_flags="$the_flags `glib-config --cflags` -I@includedir@"
;;