diff options
author | krion <krion@FreeBSD.org> | 2004-04-18 03:12:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-18 03:12:38 +0800 |
commit | 6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec (patch) | |
tree | 9b2e2dd34b8a2c99e5cd1ab708ce2315b4cf44c2 /archivers/ucl | |
parent | 5c4f83f443327a25da45293e8e33f37db044d355 (diff) | |
download | freebsd-ports-gnome-6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec.tar.gz freebsd-ports-gnome-6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec.tar.zst freebsd-ports-gnome-6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec.zip |
- Fix configure warning
PR: 65668 65669 65670 65671 65672 65673
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Diffstat (limited to 'archivers/ucl')
-rw-r--r-- | archivers/ucl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index 77a84071b6b2..d37f1254eccb 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 |