openbsd-ports/astro/sattrack/patches/patch-src_include_sattrack_h
ajacoutot f95a4dc560 - use a V version variable
- tweak WRKDIST and WRKSRC and regen patches accordingly
- simplify substitution in pre-configure
no package change
2007-12-18 09:08:24 +00:00

22 lines
1.1 KiB
Plaintext

$OpenBSD: patch-src_include_sattrack_h,v 1.2 2007/12/18 09:08:24 ajacoutot Exp $
--- src/include/sattrack.h.orig Tue Jan 14 16:38:38 1997
+++ src/include/sattrack.h Tue Dec 18 09:53:05 2007
@@ -74,13 +74,15 @@
/* */
/******************************************************************************/
-#define SATDIR "/usr1/manfred" /* directory where SatTrack */
+#ifndef SATDIR
+#define SATDIR "/usr/local/lib" /* directory where SatTrack */
/* lives; used if HOMEDIR is */
/* undefined in the Makefile */
+#endif
#define DATA "SatTrack/data" /* SatTrack sub-directories */
#define PRED "SatTrack/pred"
-#define RUN "SatTrack/run"
+#define RUN "../bin"
#define TLE "SatTrack/tle"
#define SRC "SatTrack/src"
#define INC "SatTrack/src/include"