View | Details | Raw Unified | Return to bug 119084
Collapse All | Expand All

(-)ode/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	ode
8
PORTNAME=	ode
9
PORTVERSION=	0.9
9
PORTVERSION=	0.9
10
PORTREVISION=	1
10
PORTEPOCH=	1
11
PORTEPOCH=	1
11
CATEGORIES=	devel
12
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
Lines 59-65 Link Here
59
		-e 's|^\( *CPPFLAGS=\)|#\1|' -e 's|^\( *CXXFLAGS=\)|#\1|' \
60
		-e 's|^\( *CPPFLAGS=\)|#\1|' -e 's|^\( *CXXFLAGS=\)|#\1|' \
60
		${WRKSRC}/configure
61
		${WRKSRC}/configure
61
	@${REINPLACE_CMD} -e 's|__isnanf||g; s|__isnan||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
62
	@${REINPLACE_CMD} -e 's|__isnanf||g; s|__isnan||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
62
		${WRKSRC}/configure.in
63
		${WRKSRC}/configure
63
	@${REINPLACE_CMD} -e '/^traplib_PROGRAMS / d' ${WRKSRC}/ode/src/Makefile.in
64
	@${REINPLACE_CMD} -e '/^traplib_PROGRAMS / d' ${WRKSRC}/ode/src/Makefile.in
64
	@${FIND} ${WRKSRC} -type f -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
65
	@${FIND} ${WRKSRC} -type f -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
65
		-e '/^DEFAULT_INCLUDES/ s|$$| -I$$(top_builddir)/include|' \
66
		-e '/^DEFAULT_INCLUDES/ s|$$| -I$$(top_builddir)/include|' \

Return to bug 119084