mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add CONFIGURE_ENV="${SH} -x". We have no idea why this works, but
configure will die otherwise because it finds elf.h and concludes we are SVR4. While I'm here, delete CONFIGURE_ARGS=--prefix=${PREFIX} and change HAS_CONFIGURE to GNU_CONFIGURE. Submitted by: Donald J. Maddox (dmaddox@scsn.net)
This commit is contained in:
parent
514ad06040
commit
a23b346fd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7261
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 5 March 1995
|
||||
# Whom: joerg
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1996/11/18 13:58:36 asami Exp $
|
||||
# $Id: Makefile,v 1.10 1997/01/03 11:32:46 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= acm-4.7
|
||||
|
@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/
|
|||
|
||||
MAINTAINER= joerg@FreeBSD.org
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ${SH} -x # don't ask me why, will fail otherwise
|
||||
STRIP=
|
||||
MAN6= acm.6
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue