diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-05 03:58:17 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-05 03:58:17 +0800 |
commit | 78e8e956f97d299075e9f9794438a9ff39c6d7e2 (patch) | |
tree | 12ebcf902cef208bf1ca2f0a7f74bce7c6ae8f7b /sysutils/lineak-xosdplugin | |
parent | fc106c67e1f54fb5d4bba2537e1fef4ac5d58ec1 (diff) | |
download | freebsd-ports-gnome-78e8e956f97d299075e9f9794438a9ff39c6d7e2.tar.gz freebsd-ports-gnome-78e8e956f97d299075e9f9794438a9ff39c6d7e2.tar.zst freebsd-ports-gnome-78e8e956f97d299075e9f9794438a9ff39c6d7e2.zip |
- Fix build after objformat removal
PR: ports/111203
Submitted by: Kay Lehmann <kay_lehmann at web.de> (maintainer)
Diffstat (limited to 'sysutils/lineak-xosdplugin')
-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> |