Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161028 Details for
Bug 56262
qgis ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch for 0.11.0
qgis-0.11.0-cmake.patch (text/plain), 1.20 KB, created by
Werner Macho
on 2008-07-21 19:17:05 UTC
(
hide
)
Description:
the patch for 0.11.0
Filename:
MIME Type:
Creator:
Werner Macho
Created:
2008-07-21 19:17:05 UTC
Size:
1.20 KB
patch
obsolete
>--- qgis_0.10.0.orig/CMakeLists.txt 2008-04-17 05:35:32.000000000 -0700 >+++ qgis_0.10.0/CMakeLists.txt 2008-05-07 02:25:40.966876737 -0700 >@@ -44,6 +44,12 @@ > SET (POSTGRESQL_PREFIX "" CACHE PATH "Path to POSTGRESQL base directory") > ENDIF (WITH_POSTGRESQL) > >+# try to configure and build the GPS importer plugin by default >+SET (WITH_EXPAT TRUE CACHE BOOL "Determines whether GPS import plugin should be built") >+ >+# try to configure and build the GNU Scientific Library for the Georeferencer >+SET (WITH_GSL TRUE CACHE BOOL "Determines whether the GNU Scientific library is used") >+ > # try to configure and build python bindings by default > SET (WITH_BINDINGS TRUE CACHE BOOL "Determines whether python bindings should be built") > IF (WITH_BINDINGS) >@@ -107,8 +113,12 @@ > IF (WITH_POSTGRESQL) > FIND_PACKAGE(Postgres) # PostgreSQL provider, SPIT plugin > ENDIF (WITH_POSTGRESQL) >-FIND_PACKAGE(Expat) # GPS importer plugin >-FIND_PACKAGE(GSL) # Georeferencer >+IF (WITH_EXPAT) >+ FIND_PACKAGE(Expat) # GPS importer plugin >+ENDIF (WITH_EXPAT) >+IF (WITH_GSL) >+ FIND_PACKAGE(GSL) # Georeferencer >+ENDIF (WITH_GSL) > IF (WITH_GRASS) > FIND_PACKAGE(GRASS) # GRASS plugin > ENDIF (WITH_GRASS)
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 56262
:
44815
|
45160
|
47690
|
48600
|
51223
|
55362
|
55367
|
57293
|
57364
|
64446
|
64495
|
64901
|
64903
|
67672
|
67720
|
67820
|
68003
|
68006
|
69038
|
70498
|
70583
|
72171
|
80743
|
81191
|
82342
|
88106
|
90976
|
97742
|
97761
|
98062
|
98118
|
98238
|
99966
|
101036
|
102166
|
104978
|
104979
|
105391
|
105534
|
106356
|
135493
|
141106
|
141123
|
141124
|
141127
|
145949
|
152219
|
152231
|
152233
|
160875
|
161026
|
161028
|
161313
|
161442
|
161443
|
162348
|
166940
|
166942
|
169514
|
173271
|
174150
|
176003
|
182560
|
195744
|
197535
|
204788