diff options
Diffstat (limited to 'math/fann/Makefile')
-rw-r--r-- | math/fann/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fann/Makefile b/math/fann/Makefile index a7911c43f9af..c2f99788bd22 100644 --- a/math/fann/Makefile +++ b/math/fann/Makefile @@ -16,6 +16,7 @@ USES= cmake USE_ZIP= yes USE_LDCONFIG= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/lib/pkgconfig|/libdata/pkgconfig|g' ${WRKSRC}/CMakeLists.txt |