pkgsrc/misc/celestia/patches/patch-ah
dholland ebcd261201 Update to 1.6.1. Reset PKGREVISION from 38 (!).
Upstream changes: 5+ years of development; try these links:
   http://www.shatters.net/celestia/161changes.txt
   http://www.shatters.net/celestia/features/160-features.html
   http://www.shatters.net/celestia/151changes.txt
   http://www.shatters.net/celestia/150-feature-summary.html

Restrictions:
   1. The Lua support still does not build, and given that I had to
      patch it to compile at all with Lua disabled it may not work all
      that well this way.
   2. The optional KDE (kde3) build is almost certainly broken; I will
      get to this in a few days if nobody beats me to it.
2013-10-27 21:21:26 +00:00

12 lines
300 B
Text

$NetBSD: patch-ah,v 1.6 2013/10/27 21:21:26 dholland Exp $
--- src/celutil/util.h.orig 2011-06-05 16:11:15.000000000 +0000
+++ src/celutil/util.h
@@ -12,6 +12,7 @@
#ifndef _CELUTIL_UTIL_H_
#define _CELUTIL_UTIL_H_
+#include <algorithm>
#include <string>
#include <vector>
#include <iostream>