View | Details | Raw Unified | Return to bug 161273 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 62-67 Link Here
62
GOTOFLAGS+=	BINARY64=1
62
GOTOFLAGS+=	BINARY64=1
63
.endif
63
.endif
64
64
65
.if ! ( defined(WITH_DYNAMIC_ARCH) && ( ${ARCH} == "amd64" || ${ARCH} == "i386" ) )
66
MANUAL_PACKAGE_BUILD=	Optimizes for the build machine.
67
.endif
68
65
.if defined(WITH_DYNAMIC_ARCH)
69
.if defined(WITH_DYNAMIC_ARCH)
66
GOTOFLAGS+=	DYNAMIC_ARCH=1
70
GOTOFLAGS+=	DYNAMIC_ARCH=1
67
.endif
71
.endif
Lines 100-106 Link Here
100
		${WRKSRC}/lapack/laswp/Makefile \
104
		${WRKSRC}/lapack/laswp/Makefile \
101
		${WRKSRC}/reference/Makefile
105
		${WRKSRC}/reference/Makefile
102
	${REINPLACE_CMD} -e "s+(ARCH)+(ARCH_)+" \
106
	${REINPLACE_CMD} -e "s+(ARCH)+(ARCH_)+" \
103
	-e 's+${CROSS_SUFFIX}+${LOCALBASE}/bin/+' \
107
	-e 's+$$(CROSS_SUFFIX)+${LOCALBASE}/bin/+' \
104
		${WRKSRC}/Makefile.system
108
		${WRKSRC}/Makefile.system
105
.if defined(WITH_OPENMP)
109
.if defined(WITH_OPENMP)
106
	${REINPLACE_CMD} -e "s+GOTO_NUM_THREADS+OMP_NUM_THREADS+g" \
110
	${REINPLACE_CMD} -e "s+GOTO_NUM_THREADS+OMP_NUM_THREADS+g" \

Return to bug 161273