head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.4 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.12.21.10.01.55; author nia; state Exp; branches; next ; commitid hlR5SaK78JmAdgnG; desc @@ 1.1 log @Re-import wine5 for 32-bit applications. @ text @$NetBSD: patch-configure,v 1.3 2020/05/23 21:20:39 adam Exp $ pkgsrc doesn't use lib64. On Darwin, do not use @@rpath. --- configure.orig 2019-11-25 15:10:40.000000000 +0000 +++ configure @@@@ -5654,7 +5654,6 @@@@ if test "x$enable_win64" = "xyes" then test -z "$with_wine64" || as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive. --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5 - test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5 @@@@ -8947,7 +8946,7 @@@@ fi LIBWINE_SHAREDLIB="libwine.$libwine_version.dylib" - LIBWINE_LDFLAGS="-dynamiclib -install_name @@rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version" + LIBWINE_LDFLAGS="-dynamiclib -install_name ${libdir}/libwine.$libwine_soversion.dylib -compatibility_version $libwine_soversion -current_version $libwine_version" WINELOADER_DEPENDS="wine_info.plist" @