SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
astro/wcslib/patches/patch-C_GNUmakefile
Normal file
15
astro/wcslib/patches/patch-C_GNUmakefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
Suppresses linked static library nonsense
|
||||
Index: C/GNUmakefile
|
||||
--- C/GNUmakefile.orig
|
||||
+++ C/GNUmakefile
|
||||
@@ -332,10 +332,6 @@ install : build
|
||||
$(INSTALL) -m 644 $(WCSLIB) $(LIBDIR) ; \
|
||||
fi
|
||||
$(RANLIB) $(LIBDIR)/$(WCSLIB)
|
||||
- - if [ -h "$(LIBDIR)/libwcs.a" ] ; then \
|
||||
- $(RM) $(LIBDIR)/libwcs.a ; \
|
||||
- fi
|
||||
- $(LN_S) $(WCSLIB) $(LIBDIR)/libwcs.a
|
||||
if [ "$(SHRLIB)" != "" ] ; then \
|
||||
$(INSTALL) -m 755 $(SHRLIB) $(LIBDIR) ; \
|
||||
if [ -h "$(LIBDIR)/$(SONAME)" ] ; then \
|
Loading…
Add table
Add a link
Reference in a new issue