1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/editors/asedit/files/patch-aa
Satoshi Asami d614f6095d Convert this port to properly utilize the Motif ports framework, as
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.
1996-08-09 00:39:06 +00:00

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