1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

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.
This commit is contained in:
Greg Lewis 2002-06-18 04:35:56 +00:00
parent e215b0a7b5
commit 9907704562
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61471

View File

@ -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