aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/bbconf
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-03-17 18:15:25 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-03-17 18:15:25 +0000
commitfbff88f45c20bab691551cdbd0257b526c03dca2 (patch)
tree40690ceb742d4e746d082eb6bf48ce831950012e /x11-wm/bbconf
parentc1908c2b0ea696649584b9495df388bfbd27232c (diff)
downloadports-fbff88f45c20bab691551cdbd0257b526c03dca2.tar.gz
ports-fbff88f45c20bab691551cdbd0257b526c03dca2.zip
Revert previous commit and committing the real fix
pointyhat to: arved (three in a row)
Notes
Notes: svn path=/head/; revision=187590
Diffstat (limited to 'x11-wm/bbconf')
-rw-r--r--x11-wm/bbconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile
index bcc0be721f47..d072dae8642d 100644
--- a/x11-wm/bbconf/Makefile
+++ b/x11-wm/bbconf/Makefile
@@ -20,7 +20,6 @@ USE_QT_VER= 3
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_AUTOTOOLS= libtool:15
MAN1= bbconf.1
PORTDOCS= AUTHORS ChangeLog README README.html TODO
@@ -40,7 +39,8 @@ PLIST_DIRS= lib/bbconf/plugins lib/bbconf
post-patch:
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|-O2 ||g ; \
- s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ s|-lpthread|${PTHREAD_LIBS}|g; s|echo aout|echo elf|' \
+ ${WRKSRC}/configure
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
@${REINPLACE_CMD} -e '/^CXXFLAGS =/s/$$/ -fPIC/' \
${WRKSRC}/bbconf/plugins/*/Makefile.in