diff options
author | se <se@FreeBSD.org> | 1997-12-24 13:37:48 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1997-12-24 13:37:48 +0000 |
commit | 6dc1662d59d7edc9396f48575e8769668c059adb (patch) | |
tree | 6714c62f6d0b9d55bb5b04166c3bd89489b9aef4 | |
parent | e69fd140616cf500386f5b5430e2027cbc3637a6 (diff) | |
download | FreeBSD-ports-6dc1662d59d7edc9396f48575e8769668c059adb.zip FreeBSD-ports-6dc1662d59d7edc9396f48575e8769668c059adb.tar.gz |
Add -lxpg4 option to LDLIBS for full wide-character support.
-rw-r--r-- | emulators/wine-devel/files/patch-ar | 11 | ||||
-rw-r--r-- | emulators/wine/files/patch-ar | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/emulators/wine-devel/files/patch-ar b/emulators/wine-devel/files/patch-ar new file mode 100644 index 0000000..60c8a28 --- /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 0000000..60c8a28 --- /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 + |