From 9907704562ceba1a065c7e1e60f29bf6b495fc98 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 18 Jun 2002 04:35:56 +0000 Subject: Unbreak this port by patching the Makefile to use bmake syntax rather than GNU make syntax. Depending on gmake would have been overkill in comparison to how simple the patch was, IMO. --- x11-fonts/xfontselector/files/patch-Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-fonts/xfontselector/files/patch-Makefile (limited to 'x11-fonts') diff --git a/x11-fonts/xfontselector/files/patch-Makefile b/x11-fonts/xfontselector/files/patch-Makefile new file mode 100644 index 000000000000..b8890b18c218 --- /dev/null +++ b/x11-fonts/xfontselector/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Mon Jun 17 22:21:50 2002 ++++ Makefile Mon Jun 17 22:22:01 2002 +@@ -16,7 +16,7 @@ + + + xfontselector: xfontselector.o moc_xfontselector.o +- $(CXX) $(LFLAGS) -o $@ $^ $(LIBS) ++ $(CXX) $(LFLAGS) -o $@ $> $(LIBS) + strip $@ + + xfontselector.o: xfontselector.cpp xfontselector.h -- cgit v1.2.3