summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/js/js185-destdir.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-08-07 04:53:15 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-08-07 04:53:15 (GMT)
commitb4b0e51c3d581e4d271d58e445fdfeeb728c04bc (patch)
treee5fc9f5a1f029e1e85b3886823879e693e57e9f3 /abs/extra/community/js/js185-destdir.patch
parentdeda8d8b725dceeecd6074a5999bc5dd1b151747 (diff)
downloadlinhes_pkgbuild-b4b0e51c3d581e4d271d58e445fdfeeb728c04bc.zip
linhes_pkgbuild-b4b0e51c3d581e4d271d58e445fdfeeb728c04bc.tar.gz
linhes_pkgbuild-b4b0e51c3d581e4d271d58e445fdfeeb728c04bc.tar.bz2
js: Roll back to v1.7.0 for perl-javascript dep of shepherd. refs #383
Diffstat (limited to 'abs/extra/community/js/js185-destdir.patch')
-rw-r--r--abs/extra/community/js/js185-destdir.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/abs/extra/community/js/js185-destdir.patch b/abs/extra/community/js/js185-destdir.patch
deleted file mode 100644
index 87b7b53..0000000
--- a/abs/extra/community/js/js185-destdir.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-#https://bugzilla.mozilla.org/show_bug.cgi?id=628723
-
---- Makefile.in.old 2011-04-10 04:21:19.918608008 -0700
-+++ Makefile.in 2011-04-10 04:21:58.088607992 -0700
-@@ -888,8 +888,8 @@
- ifeq (,$(HOST_BIN_SUFFIX))
- mv -f $(SHLIB_ANY_VER) $(SHLIB_EXACT_VER)
- @[ ! -h $(SHLIB_ABI_VER) ] || rm -f $(SHLIB_ABI_VER)
-- ln -s $(SHLIB_EXACT_VER) $(SHLIB_ABI_VER)
-- ln -s $(SHLIB_ABI_VER) $(SHLIB_ANY_VER)
-+ ln -s $(notdir $(SHLIB_EXACT_VER)) $(SHLIB_ABI_VER)
-+ ln -s $(notdir $(SHLIB_ABI_VER)) $(SHLIB_ANY_VER)
- endif
- endif
- ifneq (,$(IMPORT_LIBRARY))