mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
e0f293e62c
is escaped for lazy evaluation.
12 lines
341 B
Plaintext
12 lines
341 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="\${MOTIFLIB} -lXext ${LIBS}"
|
|
XMWIDGET="xmabacus"
|
|
INSTALL_XMWIDGET="install_xmabacus"
|
|
UNINSTALL_XMWIDGET="uninstall_xmabacus"
|