mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d614f6095d
described in the handbook. (1) Define REQUIRES_MOTIF in the Makefile. (2) Use ${MOTIFLIB} in place of -lXm, this makes it possible to link it statically as well as dynamically.
20 lines
407 B
Plaintext
20 lines
407 B
Plaintext
*** Imakefile.orig Sun Jul 28 21:43:57 1996
|
|
--- Imakefile Sun Jul 28 21:44:31 1996
|
|
***************
|
|
*** 29,35 ****
|
|
|
|
LOCAL_X_LIBDIR =
|
|
|
|
! XMLIB = -lXm -lPW
|
|
|
|
XCOMM - HP PW setup: XMLIB = -lXm -lc -lPW
|
|
XCOMM - SUN setup: XMLIB = -lXm
|
|
--- 29,35 ----
|
|
|
|
LOCAL_X_LIBDIR =
|
|
|
|
! XMLIB = ${MOTIFLIB}
|
|
|
|
XCOMM - HP PW setup: XMLIB = -lXm -lc -lPW
|
|
XCOMM - SUN setup: XMLIB = -lXm
|