head 1.2; access; symbols pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2022.07.11.12.41.39; author micha; state dead; branches; next 1.1; commitid 5JzBe9iMntyhztLD; 1.1 date 2022.01.28.11.50.12; author micha; state Exp; branches; next ; commitid 2asG7z1jsFnUxoqD; desc @@ 1.2 log @editors/xnedit: Remove patches (merged upstream) @ text @$NetBSD: patch-source_Makefile.common,v 1.1 2022/01/28 11:50:12 micha Exp $ Honor LDFLAGS. Upstream ticket: Fixed with commit 8e9bf66e77b7108f5803c9945f6d799d11fa6091, remove this patch for next release. --- source/Makefile.common.orig 2022-01-09 12:28:40.000000000 +0000 +++ source/Makefile.common @@@@ -21,11 +21,11 @@@@ all: xnedit xnc xnedit: $(OBJS) ../util/libNUtil.a $(XMLLIB) $(XLTLIB) $(CC) $(CFLAGS) -c linkdate.c -o linkdate.o $(CC) $(CFLAGS) $(OBJS) linkdate.o \ - ../util/libNUtil.a $(XMLLIB) $(XLTLIB) $(LIBS) -o $@@ + ../util/libNUtil.a $(LDFLAGS) $(XMLLIB) $(XLTLIB) $(LIBS) -o $@@ # Note LIBS isn't quite right here; it links unnecessarily against Motif xnc: nc.o server_common.o ../util/libNUtil.a - $(CC) $(CFLAGS) nc.o server_common.o ../util/libNUtil.a $(LIBS) -o $@@ + $(CC) $(CFLAGS) nc.o server_common.o ../util/libNUtil.a $(LDFLAGS) $(LIBS) -o $@@ help.o: help.c $(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@@ @ 1.1 log @editors/xnedit: Import 1.4.0 A fast and classic X11 text editor, based on NEdit, with full unicode support and antialiased text rendering. @ text @d1 1 a1 1 $NetBSD$ @