diff options
-rw-r--r-- | devel/etoile-serialize/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/etoile-camaelon/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/etoile-serialize/Makefile b/devel/etoile-serialize/Makefile index 1afba29da689..ac23effb2d21 100644 --- a/devel/etoile-serialize/Makefile +++ b/devel/etoile-serialize/Makefile @@ -29,4 +29,7 @@ USE_GNUSTEP_MAKE_DIRS+= Frameworks/EtoileSerialize FOUNDATION_PORT?= devel/etoile-foundation +post-configure: + ${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/etoile.make + .include <bsd.port.mk> diff --git a/x11-themes/etoile-camaelon/Makefile b/x11-themes/etoile-camaelon/Makefile index b304cc3bbbf5..ac01f5bd7523 100644 --- a/x11-themes/etoile-camaelon/Makefile +++ b/x11-themes/etoile-camaelon/Makefile @@ -28,6 +28,9 @@ CONFLICTS= camaelon-nesedah-* WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Bundles/Camaelon +post-configure: + ${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/etoile.make + post-install: @${CAT} ${PKGMESSAGE} |