diff options
-rw-r--r-- | www/screem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index d9111805b..c347d6c3d 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -41,7 +41,8 @@ CONFIGURE_ARGS+= --without-included-neon # --with-neon="${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' \ + @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g ; \ + s|libcroco|libcroco-${CROCO_VERSION}|g' \ ${WRKSRC}/configure post-configure: |