- Fix build on alpha
Submitted by: maintainer
This commit is contained in:
parent
2171508166
commit
a7f076f61a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102828
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ USE_REINPLACE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|\(makedepend --\)|\1 \@CPPFLAGS\@|' ${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|depend||' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|\(CFLAGS:=\)|\1\@CFLAGS\@|' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -27,7 +27,7 @@ USE_REINPLACE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|\(makedepend --\)|\1 \@CPPFLAGS\@|' ${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|depend||' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|\(CFLAGS:=\)|\1\@CFLAGS\@|' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Reference in a new issue