diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 19:57:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 19:57:14 +0800 |
commit | dd0c112b55fe91f4dc5f0dd609f733913a97af2f (patch) | |
tree | ff83ebe357bdce7e1d64ba32fa7e0bd387751703 /archivers | |
parent | b8159340a036bf1c27e05d17fe5db50d6e410cb8 (diff) | |
download | freebsd-ports-gnome-dd0c112b55fe91f4dc5f0dd609f733913a97af2f.tar.gz freebsd-ports-gnome-dd0c112b55fe91f4dc5f0dd609f733913a97af2f.tar.zst freebsd-ports-gnome-dd0c112b55fe91f4dc5f0dd609f733913a97af2f.zip |
Fix build without gcc
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libunrar4/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/archivers/libunrar4/Makefile b/archivers/libunrar4/Makefile index 568dd5f55e2f..50914b1a12d7 100644 --- a/archivers/libunrar4/Makefile +++ b/archivers/libunrar4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unrar4 -# Date created: 30 May 2011 -# Whom: Joris Vandalon -# +# Created by: Joris Vandalon # $FreeBSD$ -# PORTNAME= libunrar4 PORTVERSION= 4.2.4 @@ -16,7 +12,8 @@ COMMENT= Library to work with RAR archives WRKSRC= ${WRKDIR}/unrar -USE_GMAKE= yes +USES= gmake +MAKE_ARGS= CC="${CC}" CXX="${CXX}" MAKEFILE= makefile.unix ALL_TARGET= lib USE_LDCONFIG= yes |