Skip to content

Commit 03ff59f

Browse files
committed
Merge branch 'bs/config-mak-freebsd' into seen
Drop FreeBSD 4 support and assume we are at least at FreeBSD 6 with memmem() supported. * bs/config-mak-freebsd: config.mak.uname: update settings for FreeBSD
2 parents 7a323e0 + c66631d commit 03ff59f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config.mak.uname

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,16 +302,10 @@ ifeq ($(uname_S),FreeBSD)
302302
ifeq ($(firstword $(subst -, ,$(uname_R))),10.1)
303303
OLD_ICONV = YesPlease
304304
endif
305-
NO_MEMMEM = YesPlease
306305
BASIC_CFLAGS += -I/usr/local/include
307306
BASIC_LDFLAGS += -L/usr/local/lib
308307
DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
309308
USE_ST_TIMESPEC = YesPlease
310-
ifeq ($(shell expr "$(uname_R)" : '4\.'),2)
311-
PTHREAD_LIBS = -pthread
312-
NO_UINTMAX_T = YesPlease
313-
NO_STRTOUMAX = YesPlease
314-
endif
315309
PYTHON_PATH = /usr/local/bin/python
316310
PERL_PATH = /usr/local/bin/perl
317311
HAVE_PATHS_H = YesPlease

0 commit comments

Comments
 (0)