summaryrefslogtreecommitdiff
path: root/lang/perl5.14/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-12-24 17:14:11 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-12-24 17:14:11 +0000
commit47c19310d485f88ab485ca42b9ec6899b3ee33a1 (patch)
tree71bad33333de5f7fe89f0b3649a286e8dc8b09a4 /lang/perl5.14/files
parentMk/bsd.linux-apps.mk: bump sdl_image shlib. (diff)
Use a less kludgy way for handling libperl.so's versionning and linking.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=375473
Diffstat (limited to 'lang/perl5.14/files')
-rw-r--r--lang/perl5.14/files/patch-Makefile.SH17
1 files changed, 8 insertions, 9 deletions
diff --git a/lang/perl5.14/files/patch-Makefile.SH b/lang/perl5.14/files/patch-Makefile.SH
index bf9d9f942ceb..927102da16cd 100644
--- a/lang/perl5.14/files/patch-Makefile.SH
+++ b/lang/perl5.14/files/patch-Makefile.SH
@@ -1,11 +1,10 @@
--- Makefile.SH.orig 2012-12-19 12:25:23 UTC
+++ Makefile.SH
-@@ -762,7 +762,7 @@ $(LIBPERL): $& $(obj) $(DYNALOADER) $(LI
- true)
- $spitshell >>$Makefile <<'!NO!SUBS!'
- rm -f $@
-- $(LD) -o $@ $(SHRPLDFLAGS) $(obj) $(DYNALOADER) $(libs)
-+ $(LD) -o $@ $(SHRPLDFLAGS%%HOLDER%%) -Wl,-soname,$(LIBPERL:R) $(obj) $(DYNALOADER) $(libs)
- !NO!SUBS!
- case "$osname" in
- aix)
+@@ -28,7 +28,6 @@ esac
+
+ linklibperl='$(LIBPERL)'
+ linklibperl_nonshr=''
+-shrpldflags='$(LDDLFLAGS)'
+ ldlibpth=''
+ DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB'
+ DPERL_IS_MINIPERL='-DPERL_IS_MINIPERL'