Antoine Jacoutot [2007-02-13, 14:00:34]:
> Hi.
> 
> This diff is needed to make nedit build using lesstif instead of 
> openmotif.
> - pass -DBUILD_UNTESTED_NEDIT to CFLAGS
> - set IS_INTERACTIVE=Yes
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/editors/nedit/Makefile,v
> retrieving revision 1.33
> diff -u -r1.33 Makefile
> --- Makefile  5 Jan 2007 19:39:40 -0000       1.33
> +++ Makefile  13 Feb 2007 12:55:22 -0000
> @@ -37,6 +37,11 @@
>  PATCH_LIST=          patch-* ${DISTDIR}/wrapmark.diff
>  .endif
> 
> +.if ${FLAVOR:L:Mlesstif}
> +CFLAGS+=     -DBUILD_UNTESTED_NEDIT
> +IS_INTERACTIVE=      Yes
> +.endif
> +
>  do-install:
>       ${INSTALL_PROGRAM} ${WRKBUILD}/source/nedit ${PREFIX}/bin
>       ${INSTALL_PROGRAM} ${WRKBUILD}/source/nc ${PREFIX}/bin/ncl

can you not just get rid of the 'hit enter to continue', and avoid
IS_INTERACTIVE?  it dumps core on startup on amd64, but that looks like a
lesstif problem. someone sent in an update for lesstif not so long ago.

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm

Reply via email to