diff options
author | asami <asami@FreeBSD.org> | 1997-07-10 09:43:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-10 09:43:01 +0800 |
commit | 2304a2a1d104a74a4fc3d06c0d4a9fd97d3b90c0 (patch) | |
tree | 163572621fa1f9a44beab7daa4cc8620e42325bf /games/acm | |
parent | b96090d45d7c2015df2d6c46cd9dbaeae1ea3016 (diff) | |
download | freebsd-ports-gnome-2304a2a1d104a74a4fc3d06c0d4a9fd97d3b90c0.tar.gz freebsd-ports-gnome-2304a2a1d104a74a4fc3d06c0d4a9fd97d3b90c0.tar.zst freebsd-ports-gnome-2304a2a1d104a74a4fc3d06c0d4a9fd97d3b90c0.zip |
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)
Diffstat (limited to 'games/acm')
-rw-r--r-- | games/acm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile index cc8e7bb4eb4a..385873fdebc8 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -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 |