mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
12
sci-libs/ogdi/files/ogdi-4.1.0-make.patch
Normal file
12
sci-libs/ogdi/files/ogdi-4.1.0-make.patch
Normal 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
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user