summaryrefslogtreecommitdiff
path: root/games/xptools/files/patch-makerules_global_paths.mk
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-11-22 11:31:17 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-11-22 11:31:17 +0000
commit5e5119c4f035aed197ac9cb247919165ed91b056 (patch)
treed4158df4e29397f8ab0adb3388d30c4583d3b0cb /games/xptools/files/patch-makerules_global_paths.mk
parentRemove `groff' from USES. (diff)
New port: games/xptools
The X-Plane Scenery Tools (XPTools) code base is the source code tree for all of the Laminar Research scenery creation/editing tools. This code does not include X-Plane and the "X-Apps" (PlaneMaker, WorldMaker, AirfoilMaker, and Briefer). It does include source to the ac3d x-plane plugin, WED, the various tools, and our global scenery generator. WWW: https://developer.x-plane.com/code/ PR: 223649 Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
Diffstat (limited to 'games/xptools/files/patch-makerules_global_paths.mk')
-rw-r--r--games/xptools/files/patch-makerules_global_paths.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xptools/files/patch-makerules_global_paths.mk b/games/xptools/files/patch-makerules_global_paths.mk
new file mode 100644
index 000000000000..0ac7ee82bb42
--- /dev/null
+++ b/games/xptools/files/patch-makerules_global_paths.mk
@@ -0,0 +1,20 @@
+--- makerules/global/paths.mk.orig 2017-04-14 14:21:02 UTC
++++ makerules/global/paths.mk
+@@ -2,6 +2,8 @@
+ # project wide include and library searchpaths
+ ##############################################
+
++LIBPATHS += -L${PREFIX}/lib
++LIBPATHS += -L${PREFIX}/lib/qt4
+ LIBPATHS += -L./libs/local$(MULTI_SUFFIX)/lib
+
+ INCLUDEPATHS += -I./libs/local$(MULTI_SUFFIX)/include
+@@ -43,5 +44,7 @@
+
+ ifdef PLAT_LINUX
+ INCLUDEPATHS += -I./libs/local$(MULTI_SUFFIX)/include/mesa
+-INCLUDEPATHS += -I/usr/include/qt4
++INCLUDEPATHS += -I${PREFIX}/include
++INCLUDEPATHS += -I${PREFIX}/include/qt4
++INCLUDEPATHS += -I${PREFIX}/include/freetype2
+ endif #PLAT_LINUX