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

(-)science/euler/Makefile (-4 lines)
Lines 22-31 Link Here
22
22
23
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
24
24
25
.if ${OSVERSION} >= 700042
26
BROKEN=		Broken with gcc 4.2
27
.endif
28
29
post-patch:
25
post-patch:
30
	@${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g ; \
26
	@${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g ; \
31
		 /^install-data-am/s|install-eulerdocDATA||g' ${WRKSRC}/Makefile.in
27
		 /^install-data-am/s|install-eulerdocDATA||g' ${WRKSRC}/Makefile.in
(-)science/euler/files/patch-src__command.c (+11 lines)
Line 0 Link Here
1
--- src/command.c.orig	Mon Oct 24 09:38:24 2005
2
+++ src/command.c	Sun May 27 14:08:14 2007
3
@@ -732,7 +732,7 @@
4
 }
5
 
6
 
7
-static int command_count;
8
+int command_count;
9
 
10
 commandtyp command_list[] = {
11
 	{"quit",c_quit,do_quit},

Return to bug 113303