aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2004-09-16 01:19:10 +0800
committerdanfe <danfe@FreeBSD.org>2004-09-16 01:19:10 +0800
commit81f8a6911e3e326fac865c07945d9386f2c3ed27 (patch)
tree8f6ac610218415c9309cf25869ddf92307d98d12 /astro
parent7db2ae922ea695f4c017b4f1ddbca0e2c88f0c97 (diff)
downloadfreebsd-ports-gnome-81f8a6911e3e326fac865c07945d9386f2c3ed27.tar.gz
freebsd-ports-gnome-81f8a6911e3e326fac865c07945d9386f2c3ed27.tar.zst
freebsd-ports-gnome-81f8a6911e3e326fac865c07945d9386f2c3ed27.zip
Unbreak the build with recent GCC.
Reported by: pointyhat.freebsd.org Approved by: portmgr (marcus), fjoe (mentor, implicit)
Diffstat (limited to 'astro')
-rw-r--r--astro/nova/files/patch-src::vega::grid.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/nova/files/patch-src::vega::grid.cc b/astro/nova/files/patch-src::vega::grid.cc
new file mode 100644
index 000000000000..b8e0a91cfdbe
--- /dev/null
+++ b/astro/nova/files/patch-src::vega::grid.cc
@@ -0,0 +1,10 @@
+--- src/vega/grid.cc.orig Wed Sep 15 16:21:00 2004
++++ src/vega/grid.cc Wed Sep 15 16:21:47 2004
+@@ -15,6 +15,7 @@
+ // Copyright Liam Girdwood 2003
+
+
++#include <math.h>
+ #include "grid.hh"
+
+ namespace Vega