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

12 lines
412 B
Plaintext

--- orbit-config.in.orig Fri Oct 8 00:49:07 1999
+++ orbit-config.in Wed Mar 14 17:05:42 2001
@@ -87,7 +87,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 @LIB_WRAP@ -lORBitutil `glib-config --libs` @LIBS@ -lm"
the_flags="$the_flags `glib-config --cflags` -I$includedir "
;;