diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-01 23:47:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-01 23:47:49 +0000 |
commit | 46f0d31251b09139f25fe833704ebfcc5115a02c (patch) | |
tree | 245fdfe56f7fef346844daba35fcd4837c6fe5af /audio/openal/Makefile | |
parent | 7b6dbd90baf806ee6b775add02bb5ce300bebbc8 (diff) | |
download | ports-46f0d31251b09139f25fe833704ebfcc5115a02c.tar.gz ports-46f0d31251b09139f25fe833704ebfcc5115a02c.zip |
Notes
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; \ |