diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /mail/xpbiff | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.zst freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.zip |
farewell to libxpg4.
Diffstat (limited to 'mail/xpbiff')
-rw-r--r-- | mail/xpbiff/Makefile | 7 | ||||
-rw-r--r-- | mail/xpbiff/files/Imakefile.xpg4.diff | 11 |
2 files changed, 0 insertions, 18 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index c6ae1dc63027..b57d9252503e 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -49,13 +49,6 @@ pre-patch: ${CP} ${FILESDIR}/LocPixmap.c ${WRKSRC} ); post-patch: - @(for libfile in /usr/lib/libxpg4*; do \ - if [ ! "$$libfile" = "" ]; then \ - ${ECHO_MSG} "===> Finding the xpg4 library in /usr/lib"; \ - (cd ${WRKSRC}; ${PATCH} -s < ${FILESDIR}/Imakefile.xpg4.diff );\ - break 1; \ - fi; \ - done) .if defined(YOUBIN) @(cd ${WRKSRC}; ${PATCH} -s < ${FILESDIR}/xpbiff.youbin.diff ); .endif diff --git a/mail/xpbiff/files/Imakefile.xpg4.diff b/mail/xpbiff/files/Imakefile.xpg4.diff deleted file mode 100644 index ed5501306b3e..000000000000 --- a/mail/xpbiff/files/Imakefile.xpg4.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) - |