aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-05-07 00:06:08 +0800
committermph <mph@FreeBSD.org>1998-05-07 00:06:08 +0800
commitb2445a27cdd8cb76d62ac58e79cae25d6764c557 (patch)
treec06f80fb0ab28540a018226ce4798ca97736c01b /games
parentff618d7ad31f1597eb518919bc0b607fbec1e978 (diff)
downloadfreebsd-ports-gnome-b2445a27cdd8cb76d62ac58e79cae25d6764c557.tar.gz
freebsd-ports-gnome-b2445a27cdd8cb76d62ac58e79cae25d6764c557.tar.zst
freebsd-ports-gnome-b2445a27cdd8cb76d62ac58e79cae25d6764c557.zip
Patch "configure" to add "-lXext" to the Motif libraries.
Pointed out by: asami
Diffstat (limited to 'games')
-rw-r--r--games/xabacus/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xabacus/files/patch-ab b/games/xabacus/files/patch-ab
new file mode 100644
index 000000000000..4f7261402aee
--- /dev/null
+++ b/games/xabacus/files/patch-ab
@@ -0,0 +1,11 @@
+--- configure.orig Wed May 6 12:03:35 1998
++++ configure Wed May 6 12:03:46 1998
+@@ -2103,7 +2103,7 @@
+ INSTALL_XMWIDGET=""
+ UNINSTALL_XMWIDGET=""
+ else
+- XMWIDGETLIBS="-lXm ${LIBS}"
++ XMWIDGETLIBS="-lXm -lXext ${LIBS}"
+ XMWIDGET="xmabacus"
+ INSTALL_XMWIDGET="install_xmabacus"
+ UNINSTALL_XMWIDGET="uninstall_xmabacus"