freeimage: fix prefix in patch
This commit is contained in:
parent
2821bdc9ba
commit
c0820b2650
@ -1,13 +1,13 @@
|
|||||||
--- FreeImage/Makefile.gnu 2015-03-10 09:04:00.000000000 +0530
|
--- FreeImage/Makefile.gnu 2015-03-10 09:04:00.000000000 +0530
|
||||||
+++ FreeImage-patch/Makefile.gnu 2021-08-26 23:29:19.300999788 +0530
|
+++ FreeImage-patch/Makefile.gnu 2021-08-27 01:32:16.043999979 +0530
|
||||||
@@ -5,17 +5,20 @@
|
@@ -5,17 +5,20 @@
|
||||||
|
|
||||||
# General configuration variables:
|
# General configuration variables:
|
||||||
DESTDIR ?= /
|
DESTDIR ?= /
|
||||||
-INCDIR ?= $(DESTDIR)/usr/include
|
-INCDIR ?= $(DESTDIR)/usr/include
|
||||||
-INSTALLDIR ?= $(DESTDIR)/usr/lib
|
-INSTALLDIR ?= $(DESTDIR)/usr/lib
|
||||||
+INCDIR ?= @TERMUX_PREFIX@/usr/include
|
+INCDIR ?= @TERMUX_PREFIX@/include
|
||||||
+INSTALLDIR ?= @TERMUX_PREFIX@/usr/lib
|
+INSTALLDIR ?= @TERMUX_PREFIX@/lib
|
||||||
+
|
+
|
||||||
+SRCS += Source/LibRawLite/internal/swab.cpp
|
+SRCS += Source/LibRawLite/internal/swab.cpp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user