diff options
author | martymac <martymac@FreeBSD.org> | 2015-08-10 23:03:39 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2015-08-10 23:03:39 +0800 |
commit | ff429f5a34a8e0e471ea807476f971f5c2af08cf (patch) | |
tree | d0e4fa38cab3bbc833734a3e4d1b7702ed6e2b3c /games | |
parent | 9d096b6949e448686a4905e036b4790783228809 (diff) | |
download | freebsd-ports-gnome-ff429f5a34a8e0e471ea807476f971f5c2af08cf.tar.gz freebsd-ports-gnome-ff429f5a34a8e0e471ea807476f971f5c2af08cf.tar.zst freebsd-ports-gnome-ff429f5a34a8e0e471ea807476f971f5c2af08cf.zip |
Add LOCALBASE to LDFLAGS to fix build on DragonFly
PR: 202115
Submitted by: marino
Diffstat (limited to 'games')
-rw-r--r-- | games/flightgear/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index a6a2e861dd2d..feef29f581c1 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -40,6 +40,7 @@ CMAKE_ARGS+= -DENABLE_JS_SERVER:BOOL=ON \ -DFG_DATA_DIR:PATH=${LOCALBASE}/share/${PORTNAME} \ -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \ -DFGCOM_DATA_PATH:PATH=${DATADIR} +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS |