diff options
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r-- | audio/openal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index e809e23a6fdc..a24c7fa6215e 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -72,6 +72,9 @@ CONFIGURE_ARGS+=--enable-smpeg CONFIGURE_ARGS+=--disable-smpeg .endif +NOT_FOR_ARCHS= ia64 +NOT_FOR_ARCHS_REASON_ia64= does not compile + post-patch: @${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/; \ s/x86_64\*/amd64\* | \*ia64\*/g; \ |