forked from Lainports/freebsd-ports
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
243 B
Makefile
13 lines
243 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 3711
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= ${PORTVERSION}
|
|
|
|
MASTERDIR= ${.CURDIR}/../openbor
|
|
PATCHDIR= ${.CURDIR}/../openbor3482/files
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
GH_TAGNAME= 6ec17fa
|
|
|
|
.include "${MASTERDIR}/Makefile"
|