]> gitweb @ CieloNegro.org - pkgsrc-firefox3.git/blob - patches/patch-ax
Initial revision of the upstream www/firefox3
[pkgsrc-firefox3.git] / patches / patch-ax
1 $NetBSD: patch-ax,v 1.2 2008/10/26 15:31:33 tnn Exp $
2
3 --- security/coreconf/SunOS5.mk.orig    2007-11-22 05:39:56.000000000 +0100
4 +++ security/coreconf/SunOS5.mk
5 @@ -156,6 +156,10 @@ endif
6  endif
7  DSO_LDOPTS += -z combreloc -z defs -z ignore
8  
9 +ifdef LIBRUNPATH
10 +DSO_LDOPTS += -R$(LIBRUNPATH)
11 +endif
12 +
13  # -KPIC generates position independent code for use in shared libraries.
14  # (Similarly for -fPIC in case of gcc.)
15  ifdef NS_USE_GCC