mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Disable precompiled headers to fix build with old gcc on -current kernel
- Comment out unused directory Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
45c6b4451f
commit
63197463d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389216
@ -26,6 +26,8 @@ USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \
|
||||
USE_GL= glut
|
||||
USE_GNOME= gtk20
|
||||
|
||||
CXXFLAGS+= -include ${WRKSRC}/common/lc_global.h
|
||||
|
||||
PORTDOCS= CREDITS.txt README.txt
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
12
cad/leocad/files/patch-leocad.pro
Normal file
12
cad/leocad/files/patch-leocad.pro
Normal file
@ -0,0 +1,12 @@
|
||||
--- leocad.pro.orig 2014-01-30 23:26:55 UTC
|
||||
+++ leocad.pro
|
||||
@@ -7,8 +7,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
}
|
||||
|
||||
INCLUDEPATH += qt common
|
||||
-CONFIG += precompile_header incremental
|
||||
-PRECOMPILED_HEADER = common/lc_global.h
|
||||
+CONFIG += incremental
|
||||
win32 {
|
||||
QMAKE_CXXFLAGS_WARN_ON += -wd4100
|
||||
DEFINES += _CRT_SECURE_NO_WARNINGS _CRT_SECURE_NO_DEPRECATE=1 _CRT_NONSTDC_NO_WARNINGS=1
|
@ -20,3 +20,4 @@ share/icons/hicolor/scalable/mimetypes/application-vnd.leocad.svg
|
||||
%%DATADIR%%/library.bin
|
||||
share/mime/packages/leocad.xml
|
||||
share/pixmaps/leocad.png
|
||||
@comment @dir share/icons/hicolor/scalable/apps
|
||||
|
Loading…
Reference in New Issue
Block a user