ports/x11/wxWidgets/patches/patch-configure

15 lines
315 B
Text

Index: configure
--- configure.orig
+++ configure
@@ -44096,6 +44096,11 @@ fi
USE_SOVERSION=1
USE_SOVERLINUX=1
USE_SOTWOSYMLINKS=1
+ case "${BAKEFILE_HOST}" in
+ *-*-openbsd*)
+ USE_SOTWOSYMLINKS=0
+ ;;
+ esac
;;
*-*-solaris2* )