diff options
Diffstat (limited to 'graphics/graphite2/Makefile')
-rw-r--r-- | graphics/graphite2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/graphite2/Makefile b/graphics/graphite2/Makefile index b4c703089c38..6a13bf11cf8f 100644 --- a/graphics/graphite2/Makefile +++ b/graphics/graphite2/Makefile @@ -13,6 +13,7 @@ USES= cmake iconv USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's/.$${GRAPHITE_API_REVISION}.$${GRAPHITE_API_AGE}//g' ${WRKSRC}/src/CMakeLists.txt |