summaryrefslogtreecommitdiff
path: root/games/xabacus
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-06 16:06:08 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-06 16:06:08 +0000
commit335ba3604d761da5c360e6ed21f5f0590928c51b (patch)
treed34e59bc58c2ca06e3527f6425b17d36b5119d74 /games/xabacus
parentActivate offix-trash. (diff)
Patch "configure" to add "-lXext" to the Motif libraries.
Pointed out by: asami
Notes
Notes: svn path=/head/; revision=10883
Diffstat (limited to 'games/xabacus')
-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"