1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix a typo (Last update broke some dependent ports)

PR:		119084
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	maintainer timeout (3 week)
This commit is contained in:
Martin Wilke 2008-01-26 22:52:50 +00:00
parent e8bc2ce185
commit bd86a26520
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206265

View File

@ -7,6 +7,7 @@
PORTNAME= ode
PORTVERSION= 0.9
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@ -59,7 +60,7 @@ post-patch:
-e 's|^\( *CPPFLAGS=\)|#\1|' -e 's|^\( *CXXFLAGS=\)|#\1|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|__isnanf||g; s|__isnan||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure.in
${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^traplib_PROGRAMS / d' ${WRKSRC}/ode/src/Makefile.in
@${FIND} ${WRKSRC} -type f -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
-e '/^DEFAULT_INCLUDES/ s|$$| -I$$(top_builddir)/include|' \