ports/science/mmg/files/patch-git__log__mmg.h
Daniel Engberg c222dbace7 science/mmg: Improve port
* Add patches to remove git build dependency
* Remove "make test" target, test files aren't bundled and also
  also remove bash dependency
* Patch perl script(s) using USES= shebangfix
* Adjust Makefile to more closely follow Porters Handbook

PR:		279935
2024-06-30 09:40:20 +02:00

9 lines
275 B
C

--- git_log_mmg.h.orig 2024-06-23 16:47:08 UTC
+++ git_log_mmg.h
@@ -0,0 +1,6 @@
+#ifndef _GIT_LOG_MMG_H
+#define _GIT_LOG_MMG_H
+#define MMG_GIT_BRANCH "No git branch found"
+#define MMG_GIT_COMMIT "No git commit found"
+#define MMG_GIT_DATE "No git commit found"
+#endif