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

(-)/tmp/ari-yahoo/Makefile (-7 / +1 lines)
Lines 17-26 Link Here
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
19
20
.include <bsd.port.pre.mk>
20
.include <bsd.port.mk>
21
22
.if ${OSVERSION} >= 501000
23
BROKEN=		"Does not compile"
24
.endif
25
26
.include <bsd.port.post.mk>
(-)/tmp/ari-yahoo/files/patch-Makefile.in (+11 lines)
Line 0 Link Here
1
--- Makefile.in.orig	Sat Oct 25 16:25:12 2003
2
+++ Makefile.in	Sat Oct 25 16:24:26 2003
3
@@ -64,7 +64,7 @@
4
 VERSION = @VERSION@
5
 
6
 CC = @CC@
7
-CFLAGS = @CFLAGS@
8
+CFLAGS = @CFLAGS@ -DHAVE_STDARGS -DHAVE_SNPRINTF
9
 INCLUDES = -I$(srcdir) -I$(srcdir)/libyahoo
10
 
11
 SUBDIRS = libyahoo

Return to bug 58532