freebsd-ports/deskutils/lightning-thunderbird/files/patch-config_rules.mk
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

11 lines
256 B
Makefile

--- config/rules.mk.orig Fri Jul 7 00:13:36 2006
+++ config/rules.mk Sun Sep 3 00:04:03 2006
@@ -443,7 +443,7 @@
ifeq ($(OS_ARCH),FreeBSD)
ifdef IS_COMPONENT
-EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic
+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc
endif
endif