dev-libs/angelscript: initial import of version 2.30.2

This commit is contained in:
2016-02-24 18:08:51 +01:00
parent 48743f0a1d
commit 23dd48fa65
2 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
Source: Julian Ospald <hasufell@posteo.de>
Upstream: not yet
Reason: fix install rules
--- a/angelscript/projects/gnuc/Makefile
+++ b/angelscript/projects/gnuc/Makefile
@@ -147,8 +147,8 @@
echo "Skipping creation of symbolic links..."; \
else \
( install -Dm 755 $(LIBDIR)/$(SHLIB) $(LIBRARYDEST)$(LIBNAME)_s-$$ver.so && \
- ln -fs $(LIBRARYDEST)$(LIBNAME)_s-$$ver.so $(LIBRARYDEST)$(SHLIB) && \
- ln -fs $(LIBRARYDEST)$(LIBNAME)_s-$$ver.so $(LIBRARYDEST)$(SHLIB).$$ver ) \
+ ln -fs $(LIBNAME)_s-$$ver.so $(LIBRARYDEST)$(SHLIB) && \
+ ln -fs $(LIBNAME)_s-$$ver.so $(LIBRARYDEST)$(SHLIB).$$ver ) \
fi ;