svn commit: r405262 - branches/2016Q1/x11-toolkits/py-fltk

Antoine Brodin antoine at FreeBSD.org
Mon Jan 4 18:57:07 UTC 2016


Author: antoine
Date: Mon Jan  4 18:57:06 2016
New Revision: 405262
URL: https://svnweb.freebsd.org/changeset/ports/405262

Log:
  MFH: r405113 r405118
  
  - Fix build on FreeBSD-9
  
  Reported by:	pkg-fallout@
  
  - Remove unneeded comment from last commit
  
  Spotted by:	miwi@(thanks !)

Modified:
  branches/2016Q1/x11-toolkits/py-fltk/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/x11-toolkits/py-fltk/Makefile
==============================================================================
--- branches/2016Q1/x11-toolkits/py-fltk/Makefile	Mon Jan  4 18:30:53 2016	(r405261)
+++ branches/2016Q1/x11-toolkits/py-fltk/Makefile	Mon Jan  4 18:57:06 2016	(r405262)
@@ -28,6 +28,12 @@ PORTDOCS=	*
 PORTEXAMPLES=	*
 WRKSRC=		${WRKDIR}/pyFltk-${PORTVERSION}
 
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+USE_GCC=	yes
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e "s|/usr/X11R6|${LOCALBASE}|g;s|package_data.*},||g;s|sunos5|dragonfly4', 'freebsd8', 'freebsd9', 'freebsd10', 'freebsd11|g" ${WRKSRC}/setup.py
 


More information about the svn-ports-all mailing list