diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 19:12:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 19:12:38 +0000 |
commit | c83a0c91cea5754c09cab1ab7d36e4800071e99a (patch) | |
tree | d372ca7c268cdfb8a06ee578ffa79b26ab433edc /archivers/arj/Makefile | |
parent | 595858c676e85d5d3b21e81fa795b30031721ad2 (diff) | |
download | ports-c83a0c91cea5754c09cab1ab7d36e4800071e99a.tar.gz ports-c83a0c91cea5754c09cab1ab7d36e4800071e99a.zip |
- Fix configure warning
PR: 65668 65669 65670 65671 65672 65673
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Notes
Notes:
svn path=/head/; revision=107368
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 2b7c60e32356..c1def766a7e5 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 |