diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-22 07:40:13 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-22 07:40:13 +0000 |
commit | 30c75f205c25d676d726fdc36f1d7af9a0e3614f (patch) | |
tree | 8ecf4955fc0431c11df0860bf45276bc5dfb8322 | |
parent | . Add -fPIC to CFLAGS. This should fix the build on amd64. (diff) |
Remove amd64 for supported ARCH
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=127080
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 5f17b9e2a27a..366d7dc0c35c 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -17,7 +17,7 @@ COMMENT= IJG's jpeg compression utilities with MMX optimization BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 USE_LIBTOOL_VER=15 USE_GMAKE= yes |