sci-libs/ogdi: fix make order

Closes: https://bugs.gentoo.org/881083
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2026-09-04 12:11:18 +02:00
parent 059d6f1c4e
commit 5860e1fd95
2 changed files with 13 additions and 0 deletions

View File

@@ -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

View File

@@ -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() {