mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
21ab7fe69d
source/ramlib/ram.c:137:18: runtime error: unsigned integer overflow: 9420649 * 4096 cannot be represented in type 'unsigned int' Reported by: -fsanitize=integer
14 lines
228 B
Makefile
14 lines
228 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 3482
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= ${PORTVERSION}
|
|
|
|
MASTERDIR= ${.CURDIR}/../openbor
|
|
PATCHDIR= ${.CURDIR}/files
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
GH_TAGNAME= 2c1ecd7
|
|
|
|
.include "${MASTERDIR}/Makefile"
|