mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
335ba3604d
Pointed out by: asami
12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
--- 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"
|