source/ramlib/ram.c:137:18: runtime error: unsigned integer overflow: 9420649 * 4096 cannot be represented in type 'unsigned int' Reported by: -fsanitize=integer
13 lines
228 B
Makefile
13 lines
228 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 3979
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= ${PORTVERSION}
|
|
|
|
MASTERDIR= ${.CURDIR}/../openbor
|
|
PATCHDIR= ${.CURDIR}/files
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
GH_TAGNAME= 2bcf25b
|
|
|
|
.include "${MASTERDIR}/Makefile"
|