freebsd-ports/science/epte/files/patch-periodic.h
Sahil Tandon a5408a406d epte is a curses-based periodic table of the elements. It provides a
set of examples of the basic sets of constants and procedures needed
to understand the behavior of matter.

WWW: http://www.toddmiller.com/epte/

PR:		ports/150183
Submitted by:	Frederic Culot <frederic@culot.org>
2010-09-08 03:09:31 +00:00

11 lines
307 B
C

--- periodic.h.orig 2010-09-01 10:31:23.665697651 +0200
+++ periodic.h 2010-09-01 10:48:57.742657991 +0200
@@ -296,7 +296,7 @@ modification follow.
#ifdef VMS
#include <curses.h>
#endif
-#if defined(linux) || defined(__FreeBSD)
+#if defined(linux) || defined(__FreeBSD__)
#include <ncurses.h>
#endif