FreeBSD Bugzilla – Attachment 206558 Details for
Bug 239282
devel/simgear: does not build with textproc/expat2-2.2.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional patch : make Flightgear-terragear detect new Simgear shared libs
patch-flightgear-terragear.txt (text/plain), 962 bytes, created by
Ganael LAPLANCHE
on 2019-08-14 20:31:45 UTC
(
hide
)
Description:
Additional patch : make Flightgear-terragear detect new Simgear shared libs
Filename:
MIME Type:
Creator:
Ganael LAPLANCHE
Created:
2019-08-14 20:31:45 UTC
Size:
962 bytes
patch
obsolete
>diff -aurN games/flightgear-terragear.orig/Makefile games/flightgear-terragear/Makefile >--- games/flightgear-terragear.orig/Makefile 2019-07-26 22:46:53.088592000 +0200 >+++ games/flightgear-terragear/Makefile 2019-08-14 18:18:57.824548000 +0200 >@@ -2,7 +2,7 @@ > > PORTNAME= flightgear-terragear > PORTVERSION= 20171007 >-PORTREVISION= 6 >+PORTREVISION= 7 > CATEGORIES= games > > MAINTAINER= mike.d.ft402@gmail.com >@@ -10,7 +10,7 @@ > > LICENSE= GPLv2 > >-BUILD_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear >+BUILD_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.so:devel/simgear > LIB_DEPENDS= libCGAL.so:math/cgal \ > libgdal.so:graphics/gdal \ > libmpfr.so:math/mpfr \ >@@ -21,7 +21,7 @@ > libboost_date_time.so:devel/boost-libs \ > libboost_atomic.so:devel/boost-libs \ > libtiff.so:graphics/tiff >-RUN_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear >+RUN_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.so:devel/simgear > > USES= cmake compiler:c++11-lang >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239282
:
206556
|
206557
| 206558
Working