mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
- 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>
16 lines
392 B
C
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"
|