1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix build on -current

PR:		58220
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-10-18 18:14:07 +00:00
parent 14de865b7a
commit 1184df1bd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91587
3 changed files with 20 additions and 4 deletions

View File

@ -26,10 +26,6 @@ CONFIGURE_ARGS= --enable-compile-warnings=no
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \

View File

@ -0,0 +1,10 @@
--- src/colorizer.cpp.orig Mon Feb 3 07:51:41 2003
+++ src/colorizer.cpp Fri Oct 17 22:34:56 2003
@@ -2,6 +2,7 @@
#include "iterFunc.h"
#include "io.h"
+#include <cassert>
#include <cstdlib>
#include <iostream>
#include <iomanip>

View File

@ -0,0 +1,10 @@
--- src/properties.cpp.orig Tue Jan 21 12:59:50 2003
+++ src/properties.cpp Fri Oct 17 22:35:26 2003
@@ -30,6 +30,7 @@
#include <gnome.h>
#include "gf4d_fractal.h"
#include "iterFunc.h"
+#include <cassert>
#include <cstdlib>
GtkWidget *global_propertybox=NULL;