diff options
author | krion <krion@FreeBSD.org> | 2004-04-17 19:12:38 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-17 19:12:38 +0000 |
commit | 6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec (patch) | |
tree | 9b2e2dd34b8a2c99e5cd1ab708ce2315b4cf44c2 | |
parent | 5c4f83f443327a25da45293e8e33f37db044d355 (diff) | |
download | FreeBSD-ports-6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec.zip FreeBSD-ports-6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec.tar.gz |
- Fix configure warning
PR: 65668 65669 65670 65671 65672 65673
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
-rw-r--r-- | archivers/arj/Makefile | 1 | ||||
-rw-r--r-- | archivers/dact/Makefile | 1 | ||||
-rw-r--r-- | archivers/gzip/Makefile | 1 | ||||
-rw-r--r-- | archivers/par2cmdline/Makefile | 1 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 1 | ||||
-rw-r--r-- | archivers/ucl/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 2b7c60e..c1def76 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -18,6 +18,7 @@ COMMENT= Open-source ARJ USE_REINPLACE= yes USE_AUTOCONF_VER= 253 USE_GMAKE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_WRKSRC= ${WRKSRC}/gnu CONFIGURE_ENV= CFLAGS="-fPIC" MAKEFILE= GNUmakefile diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index a795369..13e0744 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -24,6 +24,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 0cd8c1d..25abf4b 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -27,6 +27,7 @@ COMMENT= A compression utility designed to be a replacement for compress USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 \ zgrep.1 zless.1 zmore.1 znew.1 diff --git a/archivers/par2cmdline/Makefile b/archivers/par2cmdline/Makefile index a1811a9..df0c1a8 100644 --- a/archivers/par2cmdline/Makefile +++ b/archivers/par2cmdline/Makefile @@ -18,6 +18,7 @@ COMMENT= Tools for using Parity v2 Archive files WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-install: .if !defined(NOPORTDOCS) diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 096fe0c1..73e7437 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= tardy.1 PLIST_FILES= bin/tardy diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index 77a8407..d37f125 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -16,6 +16,7 @@ COMMENT= A data compression library with low memory usage during decompression INSTALLS_SHLIB= yes USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --enable-shared +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PORTDOCS= COPYING README |