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

(-)math/polymake/Makefile (-2 / +4 lines)
Lines 22-28 Link Here
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
USE_BZIP2=	yes
23
USE_BZIP2=	yes
24
USE_PERL5=	5.8.1+
24
USE_PERL5=	5.8.1+
25
USE_GCC=	3.4
26
25
27
HAS_CONFIGURE=	yes
26
HAS_CONFIGURE=	yes
28
INSTALL_TARGET=	install install-devel
27
INSTALL_TARGET=	install install-devel
Lines 36-41 Link Here
36
BROKEN=		Does not build with perl >= 5.10
35
BROKEN=		Does not build with perl >= 5.10
37
.endif
36
.endif
38
37
38
pre-configure:
39
	@${REINPLACE_CMD} -e 's|return "$$CXX seems not to be any|\#|' ${WRKSRC}/support/configure.pl
40
39
do-configure:
41
do-configure:
40
	cd ${WRKSRC}; \
42
	cd ${WRKSRC}; \
41
	${RM} -f build*/conf.make; \
43
	${RM} -f build*/conf.make; \
Lines 52-58 Link Here
52
	  ${ECHO_CMD} PerlExe='${PERL}'; \
54
	  ${ECHO_CMD} PerlExe='${PERL}'; \
53
	  ${ECHO_CMD} Arch=; \
55
	  ${ECHO_CMD} Arch=; \
54
	  ${ECHO_CMD} ProcessDep=none; \
56
	  ${ECHO_CMD} ProcessDep=none; \
55
	} | ${GMAKE} configure
57
	} |  ${GMAKE} ${MAKE_ENV} LD=${LD} configure
56
58
57
pre-install:
59
pre-install:
58
	${RM} -f `find ${WRKSRC} -name '*.orig'`
60
	${RM} -f `find ${WRKSRC} -name '*.orig'`
(-)math/polymake/files/patch-support_build.make (+13 lines)
Line 0 Link Here
1
--- support/build.make	2007-01-17 16:25:44.000000000 +0000
2
+++ support/build.make	2010-01-28 22:51:05.116780927 +0000
3
@@ -134,10 +134,6 @@
4
   endif
5
 endif # !SourceDir
6
 
7
-ifeq "$(COMOversion)$(ICCversion)$(GCCversion)" ""
8
-  $(error unknown C++ compiler)
9
-endif
10
-
11
 ifdef COMOversion
12
   addinclude = -I$(patsubst $/,%,$(dir $(1))) --preinclude $(notdir $(1))
13
   make_dep_opt := -MD --no_preproc_only

Return to bug 144669