diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-03 03:04:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-03 03:04:34 -0500 |
| commit | b7c761e367074b6c8a81e0c7f64c72564299812c (patch) | |
| tree | 846a2f2c2ba5accc70f31aa6f9edb624b33f68db /sci-libs | |
| parent | db7f283451256f94921bd723861f0e82ed7157f2 (diff) | |
| download | baldeagleos-repo-b7c761e367074b6c8a81e0c7f64c72564299812c.tar.gz baldeagleos-repo-b7c761e367074b6c8a81e0c7f64c72564299812c.tar.xz baldeagleos-repo-b7c761e367074b6c8a81e0c7f64c72564299812c.zip | |
Adding metadata
Diffstat (limited to 'sci-libs')
| -rw-r--r-- | sci-libs/ogdi/ogdi-4.1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/ogdi/ogdi-4.1.0-r2.ebuild b/sci-libs/ogdi/ogdi-4.1.0-r2.ebuild index 69a1e14f8503..3cdc54e426c3 100644 --- a/sci-libs/ogdi/ogdi-4.1.0-r2.ebuild +++ b/sci-libs/ogdi/ogdi-4.1.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic +inherit toolchain-funcs flag-o-matic DESCRIPTION="Open Geographical Datastore Interface, a GIS support library" HOMEPAGE="http://ogdi.sourceforge.net/ https://github.com/libogdi/ogdi" @@ -51,7 +51,7 @@ src_configure() { src_compile() { # bug #299239 - emake -j1 + emake -j1 AR="$(tc-getAR) cr" } src_install() { |
