diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-02 07:37:57 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-02 07:37:57 +0000 |
commit | 0f4888e98bfa24f6ae677d580498a26541aa96fc (patch) | |
tree | 37922a930353595f04dfc08af52d19d94964c4d4 /devel | |
parent | a09c2a7fc383be4e7fc2129e99e2f27e22126557 (diff) | |
download | FreeBSD-ports-0f4888e98bfa24f6ae677d580498a26541aa96fc.zip FreeBSD-ports-0f4888e98bfa24f6ae677d580498a26541aa96fc.tar.gz |
Override CONFIGURE_TARGET - this package generated with autoconf-2.52 needs a
different semantics than our bsd.port.mk provides.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison-devel/Makefile | 1 | ||||
-rw-r--r-- | devel/bison/Makefile | 1 | ||||
-rw-r--r-- | devel/bison175/Makefile | 1 | ||||
-rw-r--r-- | devel/bison1875/Makefile | 1 | ||||
-rw-r--r-- | devel/bison2/Makefile | 1 | ||||
-rw-r--r-- | devel/bison20/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile index cc6f617..233ff05 100644 --- a/devel/bison-devel/Makefile +++ b/devel/bison-devel/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ MAKEINFO="makeinfo --no-split" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bison.1 diff --git a/devel/bison/Makefile b/devel/bison/Makefile index cc6f617..233ff05 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ MAKEINFO="makeinfo --no-split" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bison.1 diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index cc6f617..233ff05 100644 --- a/devel/bison175/Makefile +++ b/devel/bison175/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ MAKEINFO="makeinfo --no-split" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bison.1 diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile index cc6f617..233ff05 100644 --- a/devel/bison1875/Makefile +++ b/devel/bison1875/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ MAKEINFO="makeinfo --no-split" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bison.1 diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile index cc6f617..233ff05 100644 --- a/devel/bison2/Makefile +++ b/devel/bison2/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ MAKEINFO="makeinfo --no-split" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bison.1 diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile index cc6f617..233ff05 100644 --- a/devel/bison20/Makefile +++ b/devel/bison20/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \ MAKEINFO="makeinfo --no-split" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bison.1 |