Skip to content

Commit

Permalink
update to latest upstream version
Browse files Browse the repository at this point in the history
  • Loading branch information
khorton committed Mar 6, 2018
1 parent 4994eb2 commit c36a8f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions 10.9-libcxx/stable/main/finkinfo/sci/xephem.info
@@ -1,16 +1,16 @@
Package: xephem
Version: 3.7.6
Revision: 4
Version: 3.7.7
Revision: 1
BuildDepends: fink-buildenv-modules, fink-package-precedence, libxt-flat, openmotif4, x11-dev
Depends: libxt-flat-shlibs, openmotif4-shlibs, x11-shlibs
Source: http://97.74.56.125/free/%n-%v.tar.gz
Source-MD5: 9b8b7e8892c94587880fec17cd25289e
Source: http://www.clearskyinstitute.com/xephem/%n-%v.tgz
Source-MD5: 27c67061a89085bf2b0d4e9deb758a79

Source2: http://www.clearskyinstitute.com/xephem/wmm.cof
Source2-MD5: 13a643a1cc4726081b5c727689963f3b

PatchFile: %n.patch
PatchFile-MD5: 3ace95751111752d16b2c41214ba9e91
PatchFile-MD5: 730c045ab48919c720e01697c8644dac
PatchScript: <<
#!/bin/sh -ev
. %p/sbin/fink-buildenv-helper.sh
Expand Down
9 changes: 4 additions & 5 deletions 10.9-libcxx/stable/main/finkinfo/sci/xephem.patch
@@ -1,16 +1,15 @@
diff -Nurd -x'*~' xephem-3.7.2.orig/GUI/xephem/Makefile xephem-3.7.2/GUI/xephem/Makefile
--- xephem-3.7.2.orig/GUI/xephem/Makefile 2006-05-13 19:06:06.000000000 -0400
+++ xephem-3.7.2/GUI/xephem/Makefile 2007-06-15 00:34:30.000000000 -0400
@@ -35,8 +35,8 @@
@@ -35,7 +35,7 @@
CC = gcc
CLDFLAGS = -g
CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/usr/X11R6/include
-LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib
+AM_LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib
CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/opt/X11/include
-LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/opt/X11/lib
+AM_LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/opt/X11/lib
XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11
LIBS = $(XLIBS) $(LIBLIB) -lm

# for ppc Apple OS X to make universal (i386 and ppc binary), requires
@@ -181,7 +181,7 @@
all: libs xephem xephem.1

Expand Down

0 comments on commit c36a8f9

Please sign in to comment.