10139435ff
Use gettext MODULE, and finally depend on textproc/opensp, like it should have been since i ported this ages ago. ok ajacoutot@ jasper@
13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2009/11/24 20:32:35 landry Exp $
|
|
--- configure.orig Wed Mar 25 22:00:04 2009
|
|
+++ configure Wed Mar 25 22:00:25 2009
|
|
@@ -21111,7 +21111,7 @@ fi
|
|
done
|
|
|
|
|
|
-OPENSPLIBS="-L$OPENSPLIBPATH -losp"
|
|
+OPENSPLIBS="-L$OPENSPLIBPATH -losp -pthread"
|
|
ac_save_LIBS="$LIBS"
|
|
LIBS="$OPENSPLIBS $LIBS"
|
|
|