diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-10-27 21:01:29 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 21:59:28 -0200 |
commit | a33f1f014102eaf0d834387921cd0f8acfedaad9 (patch) | |
tree | 6f2dccc05d2fd84961890375a6bc63e615a4740a /libraries/irrlicht/correct-install.diff | |
parent | b48f59e5963c950c9028b0bfe02e9e45b8b0a4cb (diff) | |
download | slackbuilds-a33f1f014102eaf0d834387921cd0f8acfedaad9.tar.gz |
libraries/irrlicht: Updated for svn_3843 and new maintainer.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/irrlicht/correct-install.diff')
-rw-r--r-- | libraries/irrlicht/correct-install.diff | 37 |
1 files changed, 6 insertions, 31 deletions
diff --git a/libraries/irrlicht/correct-install.diff b/libraries/irrlicht/correct-install.diff index f945dc2c11..025c1ece87 100644 --- a/libraries/irrlicht/correct-install.diff +++ b/libraries/irrlicht/correct-install.diff @@ -1,37 +1,12 @@ -From: Christoph Egger <Christoph.Egger@gmx.de> -Subject: [PATCH] debian/correct-install - -The variables setup for the install target does not work. We're correcting it here - -Signed-off-by: Christoph Egger <Christoph.Egger@gmx.de> - ---- - source/Irrlicht/Makefile | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) - -diff --git a/source/Irrlicht/Makefile b/source/Irrlicht/Makefile -index 49f990d..a66980b 100644 ---- a/source/Irrlicht/Makefile -+++ b/source/Irrlicht/Makefile -@@ -141,8 +141,17 @@ install install_osx: +--- irrlicht-svn_3843/source/Irrlicht/Makefile 2011-05-18 18:32:00.000000000 -0300 ++++ irrlicht-svn_3843_patched/source/Irrlicht/Makefile 2011-10-24 21:25:05.000000000 -0200 +@@ -142,7 +142,8 @@ mkdir -p $(INSTALL_DIR)/../include/irrlicht
cp ../../include/*.h $(INSTALL_DIR)/../include/irrlicht/
cp $(LIB_PATH)/$(SHARED_LIB).$(VERSION) $(INSTALL_DIR)
-- cd $(INSTALL_DIR) && ln -s -f $(SHARED_LIB).$(VERSION) $(SHARED_LIB)
--# ldconfig -n $(INSTALL_DIR)
+- cd $(INSTALL_DIR) && ln -s -f $(SHARED_LIB).$(VERSION) $(COMPATIBILITY_VERSION)
+ cp $(LIB_PATH)/$(STATIC_LIB) $(INSTALL_DIR)
+ cd $(INSTALL_DIR) && ln -s -f libIrrlicht.so.$(VERSION) $(SHARED_LIB)
-+ #ldconfig -n $(INSTALL_DIR)
-+
-+install_osx:
-+ $(RM) -r $(INSTALL_DIR)/../include/irrlicht
-+ mkdir -p $(INSTALL_DIR)/../include/irrlicht
-+ cp ../../include/*.h $(INSTALL_DIR)/../include/irrlicht
-+ cp $(LIB_PATH)/$(SHARED_LIB).$(VERSION) $(INSTALL_DIR)
-+ cd $(INSTALL_DIR) && ln -s libIrrlicht.dylib.$(VERSION) $(SHARED_LIB)
-+ ldconfig -n $(INSTALL_DIR)
- TAGS:
- ctags *.cpp ../../include/*.h *.h
--- -tg: (9f40966..) debian/correct-install (depends on: master) + # ldconfig -n $(INSTALL_DIR)
+
|