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:
parent
d2bbc21541
commit
5399cff94a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18796
@ -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)
|
||||
|
11
x11/libhelp/files/patch-ao
Normal file
11
x11/libhelp/files/patch-ao
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user