don't declare malloc, lex will pull it out of stdlib (fixes compile
with gcc4, no package change)
This commit is contained in:
parent
7635fa3139
commit
aa7a22512d
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.22 2009/09/15 17:37:22 jasper Exp $
|
# $OpenBSD: Makefile,v 1.23 2010/05/11 06:40:36 espie Exp $
|
||||||
|
|
||||||
COMMENT= strip TeX/LaTeX codes from a file
|
COMMENT= strip TeX/LaTeX codes from a file
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
WANTLIB= c
|
WANTLIB= c
|
||||||
|
|
||||||
NO_REGRESS= Yes
|
NO_REGRESS= Yes
|
||||||
MAKE_FLAGS= CFLAGS="${CFLAGS}"
|
MAKE_FLAGS= CFLAGS="${CFLAGS} -DNO_MALLOC_DECL"
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user