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 /archivers/arj/Makefile | |
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>
Diffstat (limited to 'archivers/arj/Makefile')
-rw-r--r-- | archivers/arj/Makefile | 1 |
1 files changed, 1 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 |