diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 09:31:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-12 09:31:37 +0000 |
commit | e0f293e62cbaddba2a416de9f717b448b90ac764 (patch) | |
tree | a66f066372b5dd6f7ebe68198cecbec0e4d57c52 /games | |
parent | 284c0f098e827d35e232824e54ab62a03badf349 (diff) |
Use MOTIFLIB. Note this is a patch to configure, so the $ in front
is escaped for lazy evaluation.
Notes
Notes:
svn path=/head/; revision=18805
Diffstat (limited to 'games')
-rw-r--r-- | games/xabacus/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xabacus/files/patch-ab b/games/xabacus/files/patch-ab index 4f7261402aee..07786a3cfbd3 100644 --- a/games/xabacus/files/patch-ab +++ b/games/xabacus/files/patch-ab @@ -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" |