diff options
Diffstat (limited to 'devel/libuutil/files/patch-Makefile')
-rw-r--r-- | devel/libuutil/files/patch-Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libuutil/files/patch-Makefile b/devel/libuutil/files/patch-Makefile new file mode 100644 index 000000000000..62f7e2ccb590 --- /dev/null +++ b/devel/libuutil/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig ++++ Makefile +@@ -21,8 +21,7 @@ + VERSION_DEF= ${.CURDIR}/Versions.def + SYMBOL_MAPS= ${.CURDIR}/mapfile-vers + +-NOPROFILE= yes +-NO_PROFILE= yes ++MK_PROFILE= no + + .PATH: ${.CURDIR}/avl + |