mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c70326a461
A replacement for xbiff that handles popup window with mail header. PR: 4121 Submitted by: sanpei@yy.cs.keio.ac.jp
12 lines
451 B
Diff
12 lines
451 B
Diff
--- Imakefile.org Thu Apr 10 23:39:59 1997
|
|
+++ Imakefile Thu Apr 10 23:40:16 1997
|
|
@@ -58,7 +58,7 @@
|
|
LOCAL_LDFLAGS = $(XI18NLIBDIR) $(UCBLIBDIR)
|
|
DEPLIBS = $(DEPXPMLIB) XawClientDepLibs $(DEPXWCHARLIB)
|
|
LOCAL_LIBRARIES = $(XPMLIB) XawClientLibs $(XWCHARLIB)
|
|
-EXTRA_LIBRARIES = $(UCBLIB) -lm ExtraLibraries
|
|
+EXTRA_LIBRARIES = $(UCBLIB) -lm -lxpg4 ExtraLibraries
|
|
SRCS = xpbiff.c $(CONVSRC)
|
|
OBJS = xpbiff.o $(CONVOBJ)
|
|
|