svn commit: r389808 - in branches/2015Q2/cad/leocad: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 01:25:26 UTC 2015


Author: amdmi3
Date: Tue Jun 16 01:25:25 2015
New Revision: 389808
URL: https://svnweb.freebsd.org/changeset/ports/389808

Log:
  MFH: r389216
  
  - Disable precompiled headers to fix build with old gcc on -current kernel
  - Comment out unused directory
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (build fix blanket)

Added:
  branches/2015Q2/cad/leocad/files/
     - copied from r389216, head/cad/leocad/files/
Modified:
  branches/2015Q2/cad/leocad/Makefile
  branches/2015Q2/cad/leocad/pkg-plist
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/cad/leocad/Makefile
==============================================================================
--- branches/2015Q2/cad/leocad/Makefile	Tue Jun 16 01:24:03 2015	(r389807)
+++ branches/2015Q2/cad/leocad/Makefile	Tue Jun 16 01:25:25 2015	(r389808)
@@ -26,6 +26,8 @@ USE_QT4=	moc_build rcc_build uic_build i
 USE_GL=		glut
 USE_GNOME=	gtk20
 
+CXXFLAGS+=	-include ${WRKSRC}/common/lc_global.h
+
 PORTDOCS=	CREDITS.txt README.txt
 OPTIONS_DEFINE=	DOCS
 

Modified: branches/2015Q2/cad/leocad/pkg-plist
==============================================================================
--- branches/2015Q2/cad/leocad/pkg-plist	Tue Jun 16 01:24:03 2015	(r389807)
+++ branches/2015Q2/cad/leocad/pkg-plist	Tue Jun 16 01:25:25 2015	(r389808)
@@ -20,3 +20,4 @@ share/icons/hicolor/scalable/mimetypes/a
 %%DATADIR%%/library.bin
 share/mime/packages/leocad.xml
 share/pixmaps/leocad.png
+ at comment @dir share/icons/hicolor/scalable/apps


More information about the svn-ports-branches mailing list