Fixup fromcvs/togit conversion
[pkgsrcv2.git] / www / seamonkey / patches / patch-md
1 $NetBSD: patch-md,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
2
3 ???. from www/firefox/patch-ax.
4
5 --- mozilla/security/coreconf/SunOS5.mk.orig    2009-06-29 18:15:11.000000000 +0200
6 +++ mozilla/security/coreconf/SunOS5.mk
7 @@ -156,6 +156,10 @@ endif
8  endif
9  DSO_LDOPTS += -z combreloc -z defs -z ignore
10  
11 +ifdef LIBRUNPATH
12 +DSO_LDOPTS += -R$(LIBRUNPATH)
13 +endif
14 +
15  # -KPIC generates position independent code for use in shared libraries.
16  # (Similarly for -fPIC in case of gcc.)
17  ifdef NS_USE_GCC