c3babbe26c
libxdg-basedir is an implementation of the XDG Base Directory specification OK ajacoutot@, landry@
13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2010/03/31 12:31:21 dcoppa Exp $
|
|
--- configure.orig Wed Mar 31 10:51:09 2010
|
|
+++ configure Wed Mar 31 10:51:32 2010
|
|
@@ -12888,7 +12888,7 @@ done
|
|
|
|
|
|
case $host in
|
|
- *-freebsd*) ;;
|
|
+ *-freebsd*|*-openbsd*) ;;
|
|
*)
|
|
for possible_flags in "-Wl,--no-undefined" "-Wl,-z,defs"; do
|
|
|