diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2018-01-21 02:20:31 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2018-01-21 02:20:31 +0000 |
commit | a5e62027a0cf985738748ddd4621709b8ed499c7 (patch) | |
tree | a8f57fa65ccb3e20f91dc581f8d1e53b5946c178 | |
parent | Add a patch to force using ::bind() instead of std::bind(). (diff) |
Instead of setting MK_PROFILE=no, revert to setting NO_PROFILE.
Because bsd.own.mk is jealous about user setting MK_PROFILE...
Reported by: cpm@
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd index 7565642489e7..2c7828924181 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -8,7 +8,8 @@ LIBDIR = ${PREFIX}/lib INCSDIR = ${PREFIX}/include INCDIR = ${INCSDIR} # for pre-bsd.incs.mk API -MK_PROFILE= no +NO_PROFILE= Don't want it +NOPROFILE= ${NO_PROFILE} HAVES= -DHAVE_WCHAR_H -DHAVE_DLFCN_H \ -DHAVE_SYS_TIME_H \ -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H |