CVS: moonbase/editors/nedit BUILD,1.3,1.4 DEPENDS,1.3,1.4

Florin Braescu florin at lunar-linux.org
Mon Nov 24 17:20:31 GMT 2003


Update of /var/cvs/lunar/moonbase/editors/nedit
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26277

Modified Files:
	BUILD DEPENDS 
Log Message:
nedit can be compiled now with lesstif only. thanks to tchan to point that out.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/nedit/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	17 Jan 2003 12:09:14 -0000	1.3
+++ BUILD	24 Nov 2003 17:20:29 -0000	1.4
@@ -1,9 +1,9 @@
 (
 
-  sedit "s/CFLAGS\=/CFLAGS:=/"  makefiles/Makefile.linux           &&
-  sedit "s/-DUSE_LPR_PRINT_CMD/& \$\(CFLAGS\)/" makefiles/Makefile.linux &&
-  sedit "s/-lm/-lm -lXmu/" makefiles/Makefile.linux      &&
-  make  linux                                            &&
+  sedit "s/CFLAGS\=/CFLAGS:=-DBUILD_UNTESTED_NEDIT/"  makefiles/Makefile.linux  &&
+  sedit "s/-DUSE_LPR_PRINT_CMD/& \$\(CFLAGS\)/" makefiles/Makefile.linux        &&
+  sedit "s/-lm/-lm -lXmu/" makefiles/Makefile.linux   &&
+  make  linux                                         &&
   prepare_install
 
 ) > $C_FIFO 2>&1  &&  (

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/editors/nedit/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	25 Feb 2003 22:07:47 -0000	1.3
+++ DEPENDS	24 Nov 2003 17:20:29 -0000	1.4
@@ -1,2 +1,2 @@
-depends  openMotif &&
+depends  lesstif &&
 depends  bison




More information about the Lunar-commits mailing list