svn commit: r348124 - head/x11/ipager

Lars Engels lme at FreeBSD.org
Thu Mar 13 20:42:14 UTC 2014


Author: lme
Date: Thu Mar 13 20:42:14 2014
New Revision: 348124
URL: http://svnweb.freebsd.org/changeset/ports/348124
QAT: https://qat.redports.org/buildarchive/r348124/

Log:
  - Fix build on 10

Modified:
  head/x11/ipager/Makefile

Modified: head/x11/ipager/Makefile
==============================================================================
--- head/x11/ipager/Makefile	Thu Mar 13 20:24:40 2014	(r348123)
+++ head/x11/ipager/Makefile	Thu Mar 13 20:42:14 2014	(r348124)
@@ -27,6 +27,7 @@ THEMES=		atlantis.conf \
 
 post-patch:
 	@${REINPLACE_CMD} -e '35,36d;89d;92,94d' \
+		-e "s/\([^-]pthread'\)/\1, 'X11'/" \
 		${WRKSRC}/SConstruct
 
 pre-build:


More information about the svn-ports-head mailing list