diff options
Diffstat (limited to 'devel/fam/Makefile')
-rw-r--r-- | devel/fam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/fam/Makefile b/devel/fam/Makefile index ab80520bb557..ebb7881eb39d 100644 --- a/devel/fam/Makefile +++ b/devel/fam/Makefile @@ -20,7 +20,7 @@ COMMENT= A file alteration monitor CFLAGS+= -Wno-deprecated -USE_AUTOTOOLS= automake:15 autoconf:253 libtool:13:inc +USE_AUTOTOOLS= automake:15 autoconf:253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes INSTALLS_SHLIB= yes @@ -38,6 +38,8 @@ pre-configure: @${RM} -f ${WRKSRC}/Makefile.am.orig @${RM} -f ${WRKSRC}/fam/mntent* @${CP} ${FILESDIR}/mntent* ${WRKSRC}/fam + @${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \ + -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4 post-install: @${CAT} ${PKGMESSAGE} |