diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-05 01:19:17 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-05 01:19:17 -0500 |
| commit | 58d5b6df48974566c90f6b21e09f15dddad2134b (patch) | |
| tree | 64a109688cf729102ee3abd1bd72a49d9167dc04 /sci-libs | |
| parent | eab7bf62d18e386cbf1b987181a08ae0525743f6 (diff) | |
| download | baldeagleos-repo-58d5b6df48974566c90f6b21e09f15dddad2134b.tar.gz baldeagleos-repo-58d5b6df48974566c90f6b21e09f15dddad2134b.tar.xz baldeagleos-repo-58d5b6df48974566c90f6b21e09f15dddad2134b.zip | |
Adding metadata
Diffstat (limited to 'sci-libs')
| -rw-r--r-- | sci-libs/ogdi/files/ogdi-4.1.0-make.patch | 12 | ||||
| -rw-r--r-- | sci-libs/ogdi/ogdi-4.1.0-r2.ebuild | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/ogdi/files/ogdi-4.1.0-make.patch b/sci-libs/ogdi/files/ogdi-4.1.0-make.patch new file mode 100644 index 000000000000..92b7b90922b0 --- /dev/null +++ b/sci-libs/ogdi/files/ogdi-4.1.0-make.patch @@ -0,0 +1,12 @@ +--- a/ogdi/makefile 2026-09-04 12:03:50.025354987 +0200 ++++ b/ogdi/makefile 2026-09-04 12:05:43.440118366 +0200 +@@ -20,7 +20,8 @@ + # + # Default target to build everything in all sub-directories + # +-all: $(subdirs) ++all: include c-api ++ $(MAKE) glutil attr_driver driver gltpd + + # + # Target to allow individual sub-directories to be built diff --git a/sci-libs/ogdi/ogdi-4.1.0-r2.ebuild b/sci-libs/ogdi/ogdi-4.1.0-r2.ebuild index 3cdc54e426c3..ff858f3c7d1b 100644 --- a/sci-libs/ogdi/ogdi-4.1.0-r2.ebuild +++ b/sci-libs/ogdi/ogdi-4.1.0-r2.ebuild @@ -29,6 +29,7 @@ PATCHES=( "${FILESDIR}"/${PN}-3.2.0-tcl.patch "${FILESDIR}"/${P}-c99-conversions.patch "${FILESDIR}"/${P}-soname.patch + "${FILESDIR}"/${P}-make.patch ) src_prepare() { |
