mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Honor $(MOTIFLIB).
PR: 10070 Submitted by: myself
This commit is contained in:
parent
fd91de95ae
commit
6da258ca53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16738
2 changed files with 22 additions and 0 deletions
11
finance/xquote/files/patch-ad
Normal file
11
finance/xquote/files/patch-ad
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Imakefile.orig Sat Feb 13 16:01:41 1999
|
||||
+++ Imakefile Sat Feb 13 16:02:13 1999
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
DEFINES = -DSHAPE -DXQUOTE
|
||||
INCLUDES = -I$(INCROOT)/X11
|
||||
-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
|
||||
+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
|
||||
DEPLIBS =
|
||||
|
||||
SRCS = about.c color.c file.c help.c optdetail.c option.c optnet.c \
|
11
misc/xquote/files/patch-ad
Normal file
11
misc/xquote/files/patch-ad
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Imakefile.orig Sat Feb 13 16:01:41 1999
|
||||
+++ Imakefile Sat Feb 13 16:02:13 1999
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
DEFINES = -DSHAPE -DXQUOTE
|
||||
INCLUDES = -I$(INCROOT)/X11
|
||||
-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
|
||||
+SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
|
||||
DEPLIBS =
|
||||
|
||||
SRCS = about.c color.c file.c help.c optdetail.c option.c optnet.c \
|
Loading…
Add table
Reference in a new issue