summarylogtreecommitdiffstats
path: root/system-makedeps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system-makedeps.patch')
-rw-r--r--system-makedeps.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-makedeps.patch b/system-makedeps.patch
index c6eacbb534b5..2940a00ab280 100644
--- a/system-makedeps.patch
+++ b/system-makedeps.patch
@@ -28,7 +28,7 @@ index 9f72c04..6462b11 100755
lablGL/*.o) f="-g -Wno-pointer-sign -Werror -O2";;
link.o)
- f="-g -std=c11 $muinc -Wall -Werror -Wextra -pedantic "
-+ f="$CFLAGS -g -std=c11 $(pkg-config --cflags "${mudeps[@]}") -Wall -Wextra -pedantic "
++ f="$CFLAGS -g -std=c11 $(pkg-config --cflags "${mudeps[@]}") -Wall -Werror -Wextra -pedantic "
test "${mbt-}" = "debug" || f+="-O2 "
$darwin && f+="-DMACOS -D_GNU_SOURCE -DGL_H='<OpenGL/gl.h>'" \
|| f+="-D_POSIX_C_SOURCE -DGL_H='<GL/gl.h>'"