Skip to content

Commit

Permalink
security/picocrypt: Update i386 broken reason message
Browse files Browse the repository at this point in the history
  • Loading branch information
nunotexbsd committed Sep 25, 2022
1 parent 53f65b5 commit a29e9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/picocrypt/Makefile
Expand Up @@ -10,8 +10,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../LICENSE

NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= Picocrypt.go:53:11: cannot use 1 << 40 (untyped int constant 1099511627776) as int value in variable declaration (overflows) \
https://github.com/HACKERALERT/Picocrypt/issues/127
NOT_FOR_ARCHS_REASON= upstream only supports 64-bit
# https://github.com/HACKERALERT/Picocrypt/issues/127

LIB_DEPENDS= libharfbuzz.so:print/harfbuzz

Expand Down

0 comments on commit a29e9ae

Please sign in to comment.