Skip to content

Commit

Permalink
imager: add missing patch
Browse files Browse the repository at this point in the history
  • Loading branch information
smaret committed Dec 22, 2024
1 parent 2aee006 commit aa85700
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/imager/cpp-darwin.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/admin/Makefile.def b/admin/Makefile.def
index 27a1c02..43ef322 100644
--- a/admin/Makefile.def
+++ b/admin/Makefile.def
@@ -228,7 +228,7 @@ GLOBAL_DIRTY = $(builddir) *~ TAGS ChangeLog* Makefile.bak
# Fortran preprocessing

# Preprocessor command
-CPP = cpp
+CPP = $(GAG_CPP)

# Preprocessor generic flags
GLOBAL_CPPFLAGS += -P -traditional -C

0 comments on commit aa85700

Please sign in to comment.