aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/coco
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2004-11-15 13:19:30 +0800
committersf <sf@FreeBSD.org>2004-11-15 13:19:30 +0800
commit637c2ffba645a93ef174fb26892d827fb66a958b (patch)
treea71dcc3c9fb974973b24ca685a852f299f979a29 /textproc/coco
parentd4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff)
downloadfreebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz
freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.zst
freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.zip
farewell to libxpg4.
Diffstat (limited to 'textproc/coco')
-rw-r--r--textproc/coco/files/patch-src_s_freebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/coco/files/patch-src_s_freebsd.h b/textproc/coco/files/patch-src_s_freebsd.h
index 335ddbe7220b..204bcdd335e8 100644
--- a/textproc/coco/files/patch-src_s_freebsd.h
+++ b/textproc/coco/files/patch-src_s_freebsd.h
@@ -34,7 +34,7 @@ diff -rBbc src/s/freebsd.h src/s/freebsd.h
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
#define LIBS_DEBUG
-! #define LIBS_SYSTEM -lutil -lcrypt -lxpg4
+! #define LIBS_SYSTEM -lutil -lcrypt
! #if __FreeBSD_version < 400000
#define LIBS_TERMCAP -ltermcap
! #else