pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/xemacs
Module Name: pkgsrc
Committed By: hauke
Date: Mon Jun 12 09:34:13 UTC 2017
Modified Files:
pkgsrc/editors/xemacs: Makefile.common
Log Message:
Terminfo issue applies to FreeBSD, too.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/editors/xemacs/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/xemacs/Makefile.common
diff -u pkgsrc/editors/xemacs/Makefile.common:1.23 pkgsrc/editors/xemacs/Makefile.common:1.24
--- pkgsrc/editors/xemacs/Makefile.common:1.23 Tue Jan 24 20:31:14 2017
+++ pkgsrc/editors/xemacs/Makefile.common Mon Jun 12 09:34:12 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2017/01/24 20:31:14 hauke Exp $
+# $NetBSD: Makefile.common,v 1.24 2017/06/12 09:34:12 hauke Exp $
#
# used by editors/xemacs-nox11/Makefile
# used by editors/xemacs/Makefile
@@ -48,7 +48,7 @@ CFLAGS+= -Dunix
# Use terminfo on NetBSD-6 and newer.
# We cannot use terminfo.*.mk as XEmacs enforces a link to termcap,
# but this is fine for us.
-.if (${OPSYS} == "NetBSD") && exists(/usr/include/term.h)
+.if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && exists(/usr/include/term.h)
CPPFLAGS+= -DTERMINFO
.endif
Home |
Main Index |
Thread Index |
Old Index