aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/nvclock
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2010-09-11 17:07:43 +0800
committerdanfe <danfe@FreeBSD.org>2010-09-11 17:07:43 +0800
commitaf22ba3cbc587bb8447d6c5b4e754ecd89b68a82 (patch)
treea0505ba8937d3d0d0823e0d9de109c664c367686 /sysutils/nvclock
parentebb113171f8c28f44de9a76efb972510921dad28 (diff)
downloadfreebsd-ports-gnome-af22ba3cbc587bb8447d6c5b4e754ecd89b68a82.tar.gz
freebsd-ports-gnome-af22ba3cbc587bb8447d6c5b4e754ecd89b68a82.tar.zst
freebsd-ports-gnome-af22ba3cbc587bb8447d6c5b4e754ecd89b68a82.zip
Patch to fix parallel builds.
Closes PR: ports/149434
Diffstat (limited to 'sysutils/nvclock')
-rw-r--r--sysutils/nvclock/files/patch-src::Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/nvclock/files/patch-src::Makefile.in b/sysutils/nvclock/files/patch-src::Makefile.in
new file mode 100644
index 000000000000..5aa512f2b0ec
--- /dev/null
+++ b/sysutils/nvclock/files/patch-src::Makefile.in
@@ -0,0 +1,20 @@
+--- src/Makefile.in.orig 2010-09-08 12:09:22.000000000 +0800
++++ src/Makefile.in 2010-09-07 22:23:40.000000000 +0800
+@@ -27,7 +27,7 @@
+ distclean install install-app install-recursive
+
+
+-all: all-recursive nvclock smartdimmer
++all: nvclock smartdimmer
+
+
+ nvclock: $(DEPS) $(LIB) nvclock.c
+@@ -36,6 +36,8 @@
+ smartdimmer: $(DEPS) $(LIB) smartdimmer.c
+ $(CC) -o smartdimmer $(smartdimmer_SOURCES) $(INCLUDES) $(LIBS)
+
++$(DEPS): all-recursive
++
+
+ clean: clean-recursive clean-app
+ clean-app: