1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Fix building by properly using MOTIFLIB (actually just changed

"MOTIFLIB=" to "MOTIFLIB?=").
This commit is contained in:
Satoshi Asami 1999-05-12 07:19:52 +00:00
parent d2bbc21541
commit 5399cff94a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18796
2 changed files with 12 additions and 1 deletions

View File

@ -5,7 +5,7 @@
HPDEFS = -D_HPUX_SOURCE
HPINCS = -I/usr/include/Motif1.2
- MOTIFLIB = -L/usr/lib/Motif1.2 -lXm
+ MOTIFLIB = -L/usr/lib/Motif1.2 -lXm ${MOTIFLIB}
+ MOTIFLIB ?= -L/usr/lib/Motif1.2 -lXm
#endif
SYSINCS = -I/usr/local/X11R5/include $(SUNINCS) $(HPINCS)

View File

@ -0,0 +1,11 @@
--- ./xmhelp/Imakefile.org Wed Jun 28 06:01:21 1995
+++ ./xmhelp/Imakefile Wed May 12 00:10:12 1999
@@ -84,7 +84,7 @@
LIBHELPLIBS = $(HELPLIB) $(HTMLWLIB) $(BUTTFACELIB) $(XPMLIB)
LIBLIBS = -L/usr/local/lib $(LIBHELPLIBS)
- MOTIFLIB = $(MOTIFLIBDIR) -lXm
+ MOTIFLIB ?= $(MOTIFLIBDIR) -lXm
LIBLIBS = $(LIBSDIR) $(HELPLIB) $(HTMLWLIB) $(BUTTFACELIB) $(XPMLIB)
ALLXLIBS = $(MOTIFLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)