0001-Makefile-don-t-use-git.patch 518 B

12345678910111213141516171819202122232425
  1. From 63312528ea81207865077ab2c75963e3660859f0 Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <info@minifree.org>
  3. Date: Sat, 14 Feb 2015 00:56:43 +0000
  4. Subject: [PATCH] Makefile: don't use git
  5. ---
  6. Makefile | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/Makefile b/Makefile
  9. index 68541e6..b5f43d5 100644
  10. --- a/Makefile
  11. +++ b/Makefile
  12. @@ -1,6 +1,6 @@
  13. CC:=gcc
  14. OBJ:=bucts.o
  15. -VERSION:=$(shell git describe)
  16. +VERSION:=withoutgit
  17. ifeq ($(shell uname), FreeBSD)
  18. CFLAGS = -I/usr/local/include
  19. --
  20. 1.9.1