ports/astro/xephem/files/patch-xephem.h
Josh Paetzel ac54569d18 Several improvements
- Fix the perl shebang and set the execute bit on two perl scripts
  that are installed by the port.
- Incorporate patches that allow HTTPS updates in the app to work.

Suggested by:	Scott C. Allendorf <scott-allendorf@uiowa.edu>
2019-03-23 23:22:06 +00:00

16 lines
392 B
C

--- xephem.h.orig 2012-12-30 17:01:12 UTC
+++ xephem.h
@@ -12,12 +12,12 @@
#include <stdarg.h> /* be kind to those who don't use xe_msg() */
+#include "net.h" /* has to be included before astro.h because of openssl */
#include "astro.h"
#include "ip.h"
/* local glue files */
#include "map.h"
-#include "net.h"
#include "patchlevel.h"
#include "preferences.h"
#include "db.h"