aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-06-25 19:10:27 +0800
committerdanfe <danfe@FreeBSD.org>2013-06-25 19:10:27 +0800
commitcdcf8ff432a4c6b0ce3b6a52e380777081beedf4 (patch)
treee0e4d710e1cc270ebdd5c580e2cb1ae6a2203ea8 /devel
parent3dab524bf28ca81792cbc7531c15d761652df990 (diff)
downloadfreebsd-ports-gnome-cdcf8ff432a4c6b0ce3b6a52e380777081beedf4.tar.gz
freebsd-ports-gnome-cdcf8ff432a4c6b0ce3b6a52e380777081beedf4.tar.zst
freebsd-ports-gnome-cdcf8ff432a4c6b0ce3b6a52e380777081beedf4.zip
Use openpty() for pts allocation, just like other *BSD and Linux
Diffstat (limited to 'devel')
-rw-r--r--devel/plan9port/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile
index 3879c01416a3..97d302a02acf 100644
--- a/devel/plan9port/Makefile
+++ b/devel/plan9port/Makefile
@@ -102,6 +102,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|\[5-9\]\.||' ${WRKSRC}/bin/9l
@${REINPLACE_CMD} -e 's|/lib/font/bit|${PLAN9}/font|' \
${WRKSRC}/src/cmd/acme/acme.c
+ @${SED} -e 's|util\.h|lib&|' ${WRKSRC}/src/cmd/9term/OpenBSD.c \
+ > ${WRKSRC}/src/cmd/9term/FreeBSD.c
do-build:
cd ${WRKSRC} && ./INSTALL