From 35ead95b099765e9419a3ece394078045550c557 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Wed, 4 Apr 2007 19:58:17 +0000 Subject: - Fix build after objformat removal PR: ports/111203 Submitted by: Kay Lehmann (maintainer) --- sysutils/lineak-xosdplugin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/lineak-xosdplugin/Makefile') diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index f2066ab7f7fc..acd5ca6517ee 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --program-prefix='' GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= lineak_xosdplugin.1 MAN_COMPRESSED= yes @@ -41,5 +41,6 @@ BROKEN= Configure fails to find lineakd post-patch: @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure .include -- cgit v1.2.3