/usr/local where ${LOCALBASE} would probably be better

Doug Barton dougb at FreeBSD.org
Mon Jun 25 06:10:37 UTC 2012


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



More information about the freebsd-gecko mailing list