mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Unbreak by using the right version of autoheader
This commit is contained in:
parent
0dc8538754
commit
93f2eaeb2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69584
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user