pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

editors/nvi/



The following is needed to compile nvi on Linux (Centos 6 tested).

retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile    10 Jan 2011 11:06:29 -0000      1.40
+++ Makefile    20 Dec 2011 14:59:05 -0000
@@ -36,6 +36,9 @@
 CONFIGURE_ENV+=                vi_cv_sys5_pty=no
 LDFLAGS+=              -flat_namespace
 INSTALL_UNSTRIPPED=    yes
+.elif ${OPSYS} == "Linux"
+CONFIGURE_ENV+=                vi_cv_include_sys_select=no
+CONFIGURE_ENV+=                vi_cv_sys5_pty=no
 .endif

Cheers Steve


Home | Main Index | Thread Index | Old Index