forked from hasufell/hasufell-repository
		
	dev-db/wxsqlite3: fix build for provider:gtk2
This commit is contained in:
		
							parent
							
								
									491c4c00ff
								
							
						
					
					
						commit
						03e1b13541
					
				| @ -18,13 +18,15 @@ DEPENDENCIES=" | |||||||
|         x11-libs/wxGTK:${SLOT}[providers:gtk3?][providers:gtk2?] |         x11-libs/wxGTK:${SLOT}[providers:gtk3?][providers:gtk2?] | ||||||
| " | " | ||||||
| 
 | 
 | ||||||
| DEFAULT_SRC_CONFIGURE_PARAMS=( | src_configure() { | ||||||
|     --enable-shared |     econf \ | ||||||
|     --enable-unicode |         --enable-shared \ | ||||||
|     --with-wx-config="/usr/$(exhost --target)/lib/wx/config/gtk3-unicode-3.0" |         --enable-unicode \ | ||||||
|     --with-wxshared |         --with-wx-config="/usr/$(exhost --target)/lib/wx/config/$(option providers:gtk3 'gtk3' 'gtk2')-unicode-3.0" \ | ||||||
|  |         --with-wxshared \ | ||||||
|         --with-sqlite3-prefix="/usr/$(exhost --target)" |         --with-sqlite3-prefix="/usr/$(exhost --target)" | ||||||
| ) | 
 | ||||||
|  | } | ||||||
| 
 | 
 | ||||||
| src_install() { | src_install() { | ||||||
|     default |     default | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user