mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
20 lines
404 B
Plaintext
20 lines
404 B
Plaintext
|
*** XTar.tmpl.orig Mon Jul 17 14:04:17 1995
|
||
|
--- XTar.tmpl Tue Nov 19 17:43:02 1996
|
||
|
***************
|
||
|
*** 27,33 ****
|
||
|
XMINC = -I/usr/include/Motif1.2
|
||
|
XMLIB = -L/usr/lib/Motif1.2 -lXm -lPW
|
||
|
#else
|
||
|
! XMLIB = -lXm
|
||
|
#endif
|
||
|
|
||
|
#ifdef SunArchitecture
|
||
|
--- 27,33 ----
|
||
|
XMINC = -I/usr/include/Motif1.2
|
||
|
XMLIB = -L/usr/lib/Motif1.2 -lXm -lPW
|
||
|
#else
|
||
|
! XMLIB = ${MOTIFLIB}
|
||
|
#endif
|
||
|
|
||
|
#ifdef SunArchitecture
|