From 6dc1662d59d7edc9396f48575e8769668c059adb Mon Sep 17 00:00:00 2001 From: se Date: Wed, 24 Dec 1997 13:37:48 +0000 Subject: Add -lxpg4 option to LDLIBS for full wide-character support. --- emulators/wine-devel/files/patch-ar | 11 +++++++++++ emulators/wine/files/patch-ar | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 emulators/wine-devel/files/patch-ar create mode 100644 emulators/wine/files/patch-ar (limited to 'emulators') diff --git a/emulators/wine-devel/files/patch-ar b/emulators/wine-devel/files/patch-ar new file mode 100644 index 000000000000..60c8a2836a98 --- /dev/null +++ b/emulators/wine-devel/files/patch-ar @@ -0,0 +1,11 @@ +*** configure~ Wed Dec 24 11:12:03 1997 +--- configure Wed Dec 24 11:18:45 1997 +*************** +*** 2462,2465 **** +--- 2462,2467 ---- + trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 + ++ LDLIBS="$LDLIBS -lxpg4" ++ + DEFS=-DHAVE_CONFIG_H + diff --git a/emulators/wine/files/patch-ar b/emulators/wine/files/patch-ar new file mode 100644 index 000000000000..60c8a2836a98 --- /dev/null +++ b/emulators/wine/files/patch-ar @@ -0,0 +1,11 @@ +*** configure~ Wed Dec 24 11:12:03 1997 +--- configure Wed Dec 24 11:18:45 1997 +*************** +*** 2462,2465 **** +--- 2462,2467 ---- + trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 + ++ LDLIBS="$LDLIBS -lxpg4" ++ + DEFS=-DHAVE_CONFIG_H + -- cgit