diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-01 23:47:49 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-01 23:47:49 +0000 |
commit | 7e8b5309808106cb9698464212bcbdecdeb16c90 (patch) | |
tree | 385217dc76d75a2b8a6cf5f954076fe9478333dd /audio/openal | |
parent | e639f772c9a131341c8cd33665e9d41404a28fe3 (diff) | |
download | FreeBSD-ports-7e8b5309808106cb9698464212bcbdecdeb16c90.zip FreeBSD-ports-7e8b5309808106cb9698464212bcbdecdeb16c90.tar.gz |
Fails to compile on ia64. Notified maintainer.
Diffstat (limited to 'audio/openal')
-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 e809e23..a24c7fa 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; \ |