summaryrefslogtreecommitdiff
path: root/dev-lang/mujs/files/mujs-1.3.3-flags.patch
blob: 90709863015f5e86904f618dc90fefaec0ca1666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile.oirg b/Makefile
index 24049d3..5d5d58d 100644
--- a/Makefile.oirg
+++ b/Makefile
@@ -5,6 +5,7 @@
 default: build/debug/mujs build/debug/mujs-pp
 
 CFLAGS = -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter
+CFLAGS += $(XCFLAGS) $(XLDFLAGS)
 
 OPTIM = -O3