mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Change patch to use "${MOTIFLIB} ${XTOOLLIB} ${XLIB}" instead of
"${MOTIFLIB} XawClientLibs" to substitute for "XmClientLibs". Motif doesn't depend on the Athena Widget set.
This commit is contained in:
parent
373f7a2060
commit
1135089f0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3661
@ -16,7 +16,7 @@
|
||||
* #include "Motif.rules"
|
||||
*/
|
||||
-LOCAL_LIBRARIES= XmClientLibs
|
||||
+LOCAL_LIBRARIES= ${MOTIFLIB} XawClientLibs
|
||||
+LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB}
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user