aboutsummaryrefslogtreecommitdiff
path: root/devel/korelib
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-06 14:25:43 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-06 14:25:43 +0000
commit93f2eaeb2a135ceba05ec63bd5ad0c56804b9ac9 (patch)
tree8e1eb5587f54ecf1fc334f2d1921c0546b24770c /devel/korelib
parent0dc8538754f85458c674d51d527057a776a49036 (diff)
downloadports-93f2eaeb2a135ceba05ec63bd5ad0c56804b9ac9.tar.gz
ports-93f2eaeb2a135ceba05ec63bd5ad0c56804b9ac9.zip
Unbreak by using the right version of autoheader
Notes
Notes: svn path=/head/; revision=69584
Diffstat (limited to 'devel/korelib')
-rw-r--r--devel/korelib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/korelib/Makefile b/devel/korelib/Makefile
index 383b6d909353..999aa3b36c20 100644
--- a/devel/korelib/Makefile
+++ b/devel/korelib/Makefile
@@ -12,8 +12,6 @@ MASTER_SITES= ftp://ftp.rygannon.com/pub/Korelib/
MAINTAINER= ports@FreeBSD.org
-BROKEN= "Missing dependency on autoheader"
-
USE_KDELIBS_VER=3
USE_AUTOMAKE= yes
USE_GMAKE= yes
@@ -22,8 +20,9 @@ USE_REINPLACE= yes
REINPLACE_ARGS= -i ""
pre-configure:
- ${REINPLACE_CMD} -e "s@-g -O2@${CXXFLAGS}@g" -e "s@-O2@${CFLAGS}@g" \
+ ${REINPLACE_CMD} -e "s@-g -O2@${CXXFLAGS}@g; s@-O2@${CFLAGS}@g" \
${WRKSRC}/configure ${WRKSRC}/*/Makefile.in ${WRKSRC}/*/*/Makefile.in
+ ${REINPLACE_CMD} -e "s@autoheader@autoheader213@" ${WRKSRC}/aclocal.m4
post-install:
${RM} -f ${PREFIX}/lib/libkore.la