diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-23 23:40:26 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-23 23:40:26 +0800 |
commit | 43e93e57058f5b3ddbed9ce19aea6563ee121a5e (patch) | |
tree | 26342680a21930e222f0d7273bb41e3b544b42d4 | |
parent | f5e20d48affe5c1ea8ba224f15b696ae3409e369 (diff) | |
download | freebsd-ports-graphics-43e93e57058f5b3ddbed9ce19aea6563ee121a5e.tar.gz freebsd-ports-graphics-43e93e57058f5b3ddbed9ce19aea6563ee121a5e.tar.zst freebsd-ports-graphics-43e93e57058f5b3ddbed9ce19aea6563ee121a5e.zip |
Override CONFIGURE_TARGET, so that this configure script generated by
autoconf-2.52 doesn't generate a warning.
-rw-r--r-- | shells/bash/Makefile | 1 | ||||
-rw-r--r-- | shells/bash2/Makefile | 1 | ||||
-rw-r--r-- | shells/bash3/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 4086b65db63..0c109415f52 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -21,6 +21,7 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bash.1 bashbug.1 post-install: diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 4086b65db63..0c109415f52 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -21,6 +21,7 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bash.1 bashbug.1 post-install: diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 4086b65db63..0c109415f52 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -21,6 +21,7 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bash.1 bashbug.1 post-install: |