freebsd-ports/astro/nova/files/patch-src_gui_vsky_druid.hh
Edwin Groothuis 54a6bdd6f8 Unbreak by making port buildable with libnova 0.11
Volunteers for maintaining it when 0.5 comes out?
2005-11-05 02:32:40 +00:00

12 lines
276 B
C++

--- src/gui/vsky_druid.hh.orig Sat Nov 5 13:04:15 2005
+++ src/gui/vsky_druid.hh Sat Nov 5 13:04:25 2005
@@ -37,7 +37,7 @@
#include <time.h>
#include <libgnomeuimm/druid.h>
#include "virtual_sky.hh"
-#include <libnova.h>
+#include <libnova/libnova.h>
namespace GUI
{