- remove unneeded mips64 workaround
This commit is contained in:
parent
5cbd24e920
commit
8060dfab5a
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/05/06 23:01:59 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/05/22 08:22:42 jasper Exp $
|
||||
|
||||
COMMENT = gateway to send and receive SMS through GSM mobile phones
|
||||
|
||||
DISTNAME = smstools3-3.1.8
|
||||
PKGNAME = ${DISTNAME}p0
|
||||
|
||||
CATEGORIES = comms
|
||||
|
||||
@ -29,11 +30,6 @@ NO_REGRESS = Yes
|
||||
WRKDIST = ${WRKDIR}/smstools3
|
||||
WRKSRC = ${WRKDIST}/src
|
||||
|
||||
# gcc 3.3.5 internal compiler error
|
||||
.if ${MACHINE_ARCH:Mmips64*}
|
||||
CFLAGS += -O0
|
||||
.endif
|
||||
|
||||
EXTRA_CFLAGS += -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
|
||||
MAKE_FLAGS += CFLAGS="${CFLAGS} -D NUMBER_OF_MODEMS=64 `mm-config --cflags`"
|
||||
|
Loading…
Reference in New Issue
Block a user