pkgsrc/misc/celestia/patches/patch-af
wiz d5c66e5a9d Adapt to lua-5.1.1.
While here, fix build with gcc4, and add missing xdg-dirs to USE_DIRS.
Bump PKGREVISION.
2006-08-14 22:43:07 +00:00

13 lines
465 B
Text

$NetBSD: patch-af,v 1.3 2006/08/14 22:43:08 wiz Exp $
--- src/celengine/star.h.orig 2005-12-06 17:30:23.000000000 +0000
+++ src/celengine/star.h
@@ -30,7 +30,7 @@ class StarDetails
// orbits and StarDetails objects. Currently, it's assumed that they
// have lifetimes that continue until program termination.
public:
- StarDetails::StarDetails();
+ StarDetails();
inline float getRadius() const;
inline float getTemperature() const;