1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Fix build on i386; no MFH needed, SSE2 code was introduced in a later version

after 2019Q2 was branched.

Reported by:	pkg-fallout
This commit is contained in:
Emanuel Haupt 2019-04-13 13:30:13 +00:00
parent 34a1640b00
commit a08ff42f38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498806

View File

@ -19,6 +19,7 @@ USE_SDL= sdl2
SVN_URL= https://svn.code.sf.net/p/protracker/code/trunk
SVN_REV= 177
CFLAGS_i386+= -msse2
LDFLAGS+= -lSDL2 -lm
PLIST_FILES= bin/protracker man/man1/protracker.1.gz \