summaryrefslogtreecommitdiff
path: root/app-text/mupdf/files/mupdf-1.24.1-darwin.patch
blob: 9a699fc982098e6ad818257f077b2745e4006d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Fix configuration on darwin
--- a/Makerules
+++ b/Makerules
@@ -185,11 +185,11 @@ ifeq ($(OS),MINGW)
 else ifeq ($(OS),MACOS)
   HAVE_GLUT := yes
   SYS_GLUT_CFLAGS := -Wno-deprecated-declarations
-  SYS_GLUT_LIBS := -framework GLUT -framework OpenGL
-  CC = xcrun cc
-  AR = xcrun ar
-  LD = xcrun ld
-  RANLIB = xcrun ranlib
+  SYS_GLUT_LIBS ?= -framework GLUT -framework OpenGL
+  CC ?= xcrun cc
+  AR ?= xcrun ar
+  LD ?= xcrun ld
+  RANLIB ?= xcrun ranlib
 
   ifneq ($(ARCHFLAGS),)
     $(warning "MacOS with ARCHFLAGS set. Assuming we are building for arm64, and setting HAVE_LIBCRYPTO to no.")