mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Use MOTIFLIB. Note this is a patch to configure, so the $ in front
is escaped for lazy evaluation.
This commit is contained in:
parent
284c0f098e
commit
e0f293e62c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18805
@ -5,7 +5,7 @@
|
||||
UNINSTALL_XMWIDGET=""
|
||||
else
|
||||
- XMWIDGETLIBS="-lXm ${LIBS}"
|
||||
+ XMWIDGETLIBS="-lXm -lXext ${LIBS}"
|
||||
+ XMWIDGETLIBS="\${MOTIFLIB} -lXext ${LIBS}"
|
||||
XMWIDGET="xmabacus"
|
||||
INSTALL_XMWIDGET="install_xmabacus"
|
||||
UNINSTALL_XMWIDGET="uninstall_xmabacus"
|
||||
|
Loading…
Reference in New Issue
Block a user