aboutsummaryrefslogtreecommitdiff
path: root/mail/xpbiff
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2004-11-15 05:19:30 +0000
commita787f0b0758f9b6d92f3c10d2621440a61b1977e (patch)
tree74196deef164c8bc31ec614fc52cd43fcb949f20 /mail/xpbiff
parent88479b1d0703b73d3f20015a53e8a442505bfddd (diff)
downloadports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.tar.gz
ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.zip
farewell to libxpg4.
Notes
Notes: svn path=/head/; revision=121637
Diffstat (limited to 'mail/xpbiff')
-rw-r--r--mail/xpbiff/Makefile7
-rw-r--r--mail/xpbiff/files/Imakefile.xpg4.diff11
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)
-