Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493306 | Differences between
and this patch

Collapse All | Expand All

(-)a/git-1.8.4.4/config.mak.uname (-1 / +3 lines)
Lines 174-180 ifeq ($(uname_O),Cygwin) Link Here
174
	SPARSE_FLAGS = -isystem /usr/include/w32api -Wno-one-bit-signed-bitfield
174
	SPARSE_FLAGS = -isystem /usr/include/w32api -Wno-one-bit-signed-bitfield
175
endif
175
endif
176
ifeq ($(uname_S),FreeBSD)
176
ifeq ($(uname_S),FreeBSD)
177
	NEEDS_LIBICONV = YesPlease
177
	ifeq ($(shell expr "$(uname_R)" : '[1-9]\.'),2)
178
		NEEDS_LIBICONV = YesPlease
179
	endif
178
	OLD_ICONV = YesPlease
180
	OLD_ICONV = YesPlease
179
	NO_MEMMEM = YesPlease
181
	NO_MEMMEM = YesPlease
180
	BASIC_CFLAGS += -I/usr/local/include
182
	BASIC_CFLAGS += -I/usr/local/include

Return to bug 493306