aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-04 19:58:17 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-04 19:58:17 +0000
commit35ead95b099765e9419a3ece394078045550c557 (patch)
tree9929bd10cc4efe87455a6941714b3a08a4492dd8 /sysutils
parent3d01e47fb4b0ceae7d4a3cc10e195fb96df737db (diff)
downloadports-35ead95b099765e9419a3ece394078045550c557.tar.gz
ports-35ead95b099765e9419a3ece394078045550c557.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lineak-xosdplugin/Makefile3
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>