disable asm support on this i386-only port; uses %ebx which conflicts with PIE

This commit is contained in:
sthen 2014-01-07 13:44:48 +00:00
parent af285dadd7
commit fc3f45b47c
2 changed files with 7 additions and 8 deletions

View File

@ -1,16 +1,17 @@
# $OpenBSD: Makefile,v 1.21 2013/03/11 11:10:51 espie Exp $
# $OpenBSD: Makefile,v 1.22 2014/01/07 13:44:48 sthen Exp $
ONLY_FOR_ARCHS= i386
COMMENT= color QuickCam control program
DISTNAME= cqcam-0.91
REVISION = 3
REVISION= 4
CATEGORIES= graphics
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m stdc++ jpeg>=62
WANTLIB= c m stdc++ jpeg>=62
HOMEPAGE= http://www.cs.duke.edu/~reynolds/cqcam/
MASTER_SITES= ${HOMEPAGE}
@ -19,8 +20,9 @@ USE_GROFF = Yes
LIB_DEPENDS= graphics/jpeg
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --enable-jpeg \
--enable-asm \
# asm uses %ebx, conflict with PIE
CONFIGURE_ARGS= --disable-asm \
--enable-jpeg \
--without-xview
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,5 +1,2 @@
MD5 (cqcam-0.91.tar.gz) = 7D944AQq3ZN0J7Dh01wK4g==
RMD160 (cqcam-0.91.tar.gz) = TvYrAZhfg0BjoOCUE5G40GQor34=
SHA1 (cqcam-0.91.tar.gz) = KMeMmiSuAbWhjYHjNPjA3Ksuvng=
SHA256 (cqcam-0.91.tar.gz) = dBoltOLxB8v5wwP9Bc09n0MifR7lGokVgczkqA0bCR0=
SIZE (cqcam-0.91.tar.gz) = 121252