diff options
Diffstat (limited to 'sci-libs/ogdi/files/ogdi-3.1.6-unbundle-libs.patch')
-rw-r--r-- | sci-libs/ogdi/files/ogdi-3.1.6-unbundle-libs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/ogdi/files/ogdi-3.1.6-unbundle-libs.patch b/sci-libs/ogdi/files/ogdi-3.1.6-unbundle-libs.patch new file mode 100644 index 000000000000..df96ddfeda76 --- /dev/null +++ b/sci-libs/ogdi/files/ogdi-3.1.6-unbundle-libs.patch @@ -0,0 +1,13 @@ +diff --git a/makefile b/makefile +index 8c62a03..3ecb0f0 100644 +--- a/makefile ++++ b/makefile +@@ -17,7 +17,7 @@ include $(TOPDIR)/config/common.mak + # + # Sub-directories that need to be built + # +-subdirs = external vpflib ogdi contrib ++subdirs = vpflib ogdi contrib + + ifneq ($(PROJ_SETTING),external) + subdirs := proj $(subdirs) |