svn commit: r341002 - branches/2014Q1/misc/libeatmydata

Martin Wilke miwi at FreeBSD.org
Sat Jan 25 10:34:40 UTC 2014


Author: miwi
Date: Sat Jan 25 10:34:39 2014
New Revision: 341002
URL: http://svnweb.freebsd.org/changeset/ports/341002
QAT: https://qat.redports.org/buildarchive/r341002/

Log:
  MFH: r340041
  
  - Unbreak build
  
  PR:		185600
  Submitted by:	Attila Nagy <bra at fsn.hu> (maintainer)

Modified:
  branches/2014Q1/misc/libeatmydata/Makefile   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/misc/libeatmydata/Makefile
==============================================================================
--- branches/2014Q1/misc/libeatmydata/Makefile	Sat Jan 25 10:32:51 2014	(r341001)
+++ branches/2014Q1/misc/libeatmydata/Makefile	Sat Jan 25 10:34:39 2014	(r341002)
@@ -18,6 +18,9 @@ PLIST_FILES=	lib/libeatmydata.so \
 		lib/libeatmydata.so.1.0
 
 NO_STAGE=	yes
+post-patch:
+	${SED} -i '' -e 's/gcc/${CC}/' ${WRKSRC}/Makefile
+
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libeatmydata.so.1.0 ${PREFIX}/lib
 


More information about the svn-ports-all mailing list