diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-27 07:35:00 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-27 07:35:00 +0000 |
commit | 5298b669ad3ce681363e1df018f044fb3e0aaeef (patch) | |
tree | 32b76f37ad94a9675be02c0eaafac76fb83dc0f7 /graphics/netpbm/Makefile | |
parent | cad/lepton-eda: Update to 1.9.10 (diff) |
graphics/netpbm: Reexport CC
Support inheriting CC from the build environment. `make CC=foo`
works like it should but `env CC=foo make` does not.
PR: 245076
Notes
Notes:
svn path=/head/; revision=529232
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 3ea20df21b96..88dba0313c41 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -34,6 +34,7 @@ SHEBANG_FILES= buildtools/makeman converter/pbm/pbmtox10bm editor/pnmflip \ MAKEFILE= GNUmakefile MAKE_ARGS= BINMODE=${BINMODE} \ + CC=${CC} \ DATADIR=${DATADIR} \ DATAMODE=${_SHAREMODE} \ DIRMODE=755 \ |