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:
parent
e215b0a7b5
commit
9907704562
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61471
11
x11-fonts/xfontselector/files/patch-Makefile
Normal file
11
x11-fonts/xfontselector/files/patch-Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user