1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Do not include _POSIX_SOURCE in CPPFLAGS. It removes much termios(4)

functionality, resulting in broken tty settings.

Approved by:	ehaupt
This commit is contained in:
Christian Weisgerber 2016-03-10 18:26:20 +00:00
parent c1d9f32b40
commit ac7e1b3132
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410768

View File

@ -3,6 +3,7 @@
PORTNAME= xterm
PORTVERSION= 323
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \
LOCAL/ehaupt:src1 LOCAL/ehaupt:src2
@ -21,6 +22,7 @@ USE_XORG= xft
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-utempter --enable-narrowproto
CONFIGURE_ENV+= cf_cv_posix_source=no
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib