svn commit: r324100 - head/archivers/libunrar4

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 1 11:57:15 UTC 2013


Author: bapt
Date: Thu Aug  1 11:57:14 2013
New Revision: 324100
URL: http://svnweb.freebsd.org/changeset/ports/324100

Log:
  Fix build without gcc

Modified:
  head/archivers/libunrar4/Makefile

Modified: head/archivers/libunrar4/Makefile
==============================================================================
--- head/archivers/libunrar4/Makefile	Thu Aug  1 10:05:27 2013	(r324099)
+++ head/archivers/libunrar4/Makefile	Thu Aug  1 11:57:14 2013	(r324100)
@@ -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 archiv
 
 WRKSRC=		${WRKDIR}/unrar
 
-USE_GMAKE=	yes
+USES=		gmake
+MAKE_ARGS=	CC="${CC}" CXX="${CXX}"
 MAKEFILE=	makefile.unix
 ALL_TARGET=	lib
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list