aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2002-06-18 12:35:56 +0800
committerglewis <glewis@FreeBSD.org>2002-06-18 12:35:56 +0800
commit5b6a74f75ef145a160a46e7c7c5ab0274c280369 (patch)
tree3a47a98ac148e8319aa8dfd9a242eb9196a8bbfe /x11-fonts
parent0a65926113aa2a94f8e20eb50d550e766092c3c8 (diff)
downloadfreebsd-ports-gnome-5b6a74f75ef145a160a46e7c7c5ab0274c280369.tar.gz
freebsd-ports-gnome-5b6a74f75ef145a160a46e7c7c5ab0274c280369.tar.zst
freebsd-ports-gnome-5b6a74f75ef145a160a46e7c7c5ab0274c280369.zip
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.
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/xfontselector/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
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