diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-09-02 18:59:10 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-09-02 18:59:10 +0000 |
commit | 52dfceba41e7d0b0f09e204f9af8456ca7bad67f (patch) | |
tree | 457c798792de0b8a994756afaa74435b24040ec9 | |
parent | - Update to 0.1.1 (diff) |
Fix build on i386
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=478812
-rw-r--r-- | audio/fasttracker2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/fasttracker2/Makefile b/audio/fasttracker2/Makefile index 640a309ebd8b..f6cc87f5aaab 100644 --- a/audio/fasttracker2/Makefile +++ b/audio/fasttracker2/Makefile @@ -40,6 +40,8 @@ ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CFLAGS+= -D__LINUX_ALSA__ ALSA_LDFLAGS+= -lasound +CFLAGS_i386+= -msse2 + do-build: ${CC} ${CFLAGS} ${LDFLAGS} \ ${WRKSRC}/src/rtmidi/*.cpp ${WRKSRC}/src/gfxdata/*.c ${WRKSRC}/src/*.c \ |