diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-04 19:26:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-04 19:26:24 +0000 |
commit | 228ab588738952bd42427886fd5368181243ba6e (patch) | |
tree | 7fe589d0d1b0e6d00b7aa9cd05fc46ca15de7655 /astro | |
parent | 7374b5a054d87d64914c6c36520e15fa14f3f31b (diff) | |
download | ports-228ab588738952bd42427886fd5368181243ba6e.tar.gz ports-228ab588738952bd42427886fd5368181243ba6e.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libroadnav/files/patch-src-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/astro/libroadnav/files/patch-src-Makefile.in b/astro/libroadnav/files/patch-src-Makefile.in deleted file mode 100644 index da748ec93792..000000000000 --- a/astro/libroadnav/files/patch-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2007-10-09 05:44:26.000000000 +0400 -+++ src/Makefile.in 2008-08-02 23:28:08.000000000 +0400 -@@ -354,8 +354,6 @@ - @list='$(lib_LIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - p=$(am__strip_dir) \ -- echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \ -- $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \ - else :; fi; \ - done - |