svn commit: r363179 - head/vietnamese/libviet

John Marino marino at FreeBSD.org
Mon Jul 28 15:28:15 UTC 2014


Author: marino
Date: Mon Jul 28 15:28:15 2014
New Revision: 363179
URL: http://svnweb.freebsd.org/changeset/ports/363179
QAT: https://qat.redports.org/buildarchive/r363179/

Log:
  vietnamese/libviet: respect CC/CFLAGS
  
  PR:		163226
  Submitted by:	Jan Beich
  Approved by:	maintainer timeout (~3 years)

Modified:
  head/vietnamese/libviet/Makefile

Modified: head/vietnamese/libviet/Makefile
==============================================================================
--- head/vietnamese/libviet/Makefile	Mon Jul 28 15:26:32 2014	(r363178)
+++ head/vietnamese/libviet/Makefile	Mon Jul 28 15:28:15 2014	(r363179)
@@ -16,6 +16,8 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 OPTIONS_DEFINE=	DOCS
 
+#MAKE_ARGS=	${MAKE_ENV:S/CFLAGS/FLAGS/}
+
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libvntype.a ${WRKSRC}/libviqr.a \
 		${STAGEDIR}${PREFIX}/lib


More information about the svn-ports-all mailing list