13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
$NetBSD: patch-Makefile,v 1.1 2016/06/19 10:07:47 jaapb Exp $
|
|
|
|
Do not call git for version stuff
|
|
--- Makefile.orig 2015-08-29 23:24:19.000000000 +0000
|
|
+++ Makefile
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-VERSION:=$(shell git describe --always --long)
|
|
+#VERSION:=$(shell git describe --always --long)
|
|
RELEASE:=1.7.0
|
|
|
|
ifndef VERSION
|