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:
parent
14de865b7a
commit
1184df1bd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91587
@ -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 \
|
||||
|
10
graphics/gnofract4d/files/patch-src::colorizer.cpp
Normal file
10
graphics/gnofract4d/files/patch-src::colorizer.cpp
Normal 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>
|
10
graphics/gnofract4d/files/patch-src::properties.cpp
Normal file
10
graphics/gnofract4d/files/patch-src::properties.cpp
Normal 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;
|
Loading…
Reference in New Issue
Block a user