head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1 OPENPKG_E1_FP:1.1 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1 OPENPKG_2_STABLE_20060622:1.1 OPENPKG_2_STABLE:1.1.0.10 OPENPKG_2_STABLE_BP:1.1 OPENPKG_2_5_RELEASE:1.1 OPENPKG_2_5_SOLID:1.1.0.8 OPENPKG_2_5_SOLID_BP:1.1 OPENPKG_2_4_RELEASE:1.1 OPENPKG_2_4_SOLID:1.1.0.6 OPENPKG_2_4_SOLID_BP:1.1 OPENPKG_CW_FP:1.1 OPENPKG_2_3_RELEASE:1.1 OPENPKG_2_3_SOLID:1.1.0.4 OPENPKG_2_3_SOLID_BP:1.1 OPENPKG_2_2_RELEASE:1.1 OPENPKG_2_2_SOLID:1.1.0.2 OPENPKG_2_2_SOLID_BP:1.1; locks; strict; comment @# @; 1.2 date 2009.02.16.20.41.44; author rse; state Exp; branches; next 1.1; commitid a8Rbqnx2emcsvHCt; 1.1 date 2004.07.16.14.44.46; author rse; state Exp; branches; next ; desc @@ 1.2 log @upgrading package: ne 1.43 -> 2.0 @ text @Index: src/makefile --- src/makefile.orig 2009-02-07 15:35:25 +0100 +++ src/makefile 2009-02-16 21:38:50 +0100 @@@@ -76,8 +76,8 @@@@ CFLAGS=$(OPTS) $(NO_SIGN) $(if $(NE_NOPOSIX),,-D_POSIX_C_SOURCE=199506L) $(if $(NE_NOWCHAR),-DNOWCHAR,) $(if $(NE_TEST),-DNE_TEST,) $(if $(NE_DEBUG),-g,-O3 -DNODEBUG) $(if $(NE_TERMCAP),-DTERMCAP,) $(if $(NE_ANSI),-DTERMCAP -DANSI,) LIBS=$(if $(NE_TERMCAP)$(NE_ANSI),,-lcurses) -ne: $(OBJS) $(if $(NE_TERMCAP)$(NE_ANSI),$(TERMCAPOBJS),) - $(CC) $(OPTS) $(LDFLAGS) $^ $(LIBS) -o $(PROGRAM) +ne: $(OBJS) + $(CC) $(OPTS) $(LDFLAGS) $^ -o $(PROGRAM) $(LIBS) clean: rm -f *.o core @ 1.1 log @new package: ne 1.35 (Textual Beginners Editor) @ text @d2 4 a5 4 --- src/makefile.orig 2004-04-17 22:23:16.000000000 +0200 +++ src/makefile 2004-05-01 19:02:22.000000000 +0200 @@@@ -56,8 +56,8 @@@@ CFLAGS=$(OPTS) $(if $(NE_NOPOSIX),,-D_POSIX_C_SOURCE=199506L) $(if $(NE_NOWCHAR),-DNOWCHAR,) $(if $(NE_TEST),-DTEST,) $(if $(NE_DEBUG),-g,-O3 -DNODEBUG) $(if $(NE_TERMCAP),-DTERMCAP,) $(if $(NE_ANSI),-DTERMCAP -DANSI,) d9 1 a9 1 - $(CC) $(LDFLAGS) $^ $(LIBS) -o $(PROGRAM) d11 1 a11 1 + $(CC) $(LDFLAGS) $^ -o $(PROGRAM) $(LIBS) @