diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-04 19:58:17 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-04 19:58:17 +0000 |
commit | 35ead95b099765e9419a3ece394078045550c557 (patch) | |
tree | 9929bd10cc4efe87455a6941714b3a08a4492dd8 | |
parent | - Update to 0.26 (diff) |
- Fix build after objformat removal
PR: ports/111203
Submitted by: Kay Lehmann <kay_lehmann at web.de> (maintainer)
-rw-r--r-- | sysutils/lineak-xosdplugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.post.mk> |