Date: Sun, 24 Jun 2012 23:10:36 -0700
From: Doug Barton <dougb@FreeBSD.org>
To: gecko@FreeBSD.org
Subject: /usr/local where ${LOCALBASE} would probably be better
Message-ID: <4FE800DC.5080209@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
Looking through the X11BASE stuff I noticed the following similar
patches for mail/thunderbird, mail/thunderbird-esr, and www/seamonkey:
- MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin
-Wl,-rpath-link,$(prefix)/lib -Wl,-rpath-link,$(if
$(X11BASE),$(X11BASE),/usr/X11R6)/lib'
+ MOZ_FIX_LINK_PATHS='-Wl,-rpath-link,$(LIBXUL_DIST)/bin
-Wl,-rpath-link,$(prefix)/lib -Wl,-rpath-link,$(if
$(X11BASE),$(X11BASE),/usr/local)/lib'
That /usr/local at the end of the second line should probably be changed
to ${LOCALBASE}
Doug
--
This .signature sanitized for your protection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FE800DC.5080209>
