diff options
Diffstat (limited to 'games/easysok/Makefile')
-rw-r--r-- | games/easysok/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/easysok/Makefile b/games/easysok/Makefile index 9388bce48778..44d9bbaa6185 100644 --- a/games/easysok/Makefile +++ b/games/easysok/Makefile @@ -16,10 +16,14 @@ COMMENT= Easysok is a sokoban game for KDE3 USE_KDELIBS_VER= 3 USE_GMAKE= yes USE_LIBTOOL= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +pre-configure: + ${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure + .include <bsd.port.mk> |