- Add desktop entries for client programs [2] PR: ports/161910 Submitted by: green dog <fiziologus@gmail.com> [1], myself [2]
13 lines
365 B
Text
13 lines
365 B
Text
--- makefile.orig 2011-10-22 23:23:36.000000000 +0400
|
|
+++ makefile 2011-10-22 23:36:14.000000000 +0400
|
|
@@ -171,8 +171,8 @@
|
|
EXE_SDLNEXUIZ=$(EXE_UNIXSDLNEXUIZ)
|
|
|
|
# libjpeg dependency (set these to "" if you want to use dynamic loading instead)
|
|
- CFLAGS_LIBJPEG=-DLINK_TO_LIBJPEG
|
|
- LIB_JPEG=-ljpeg
|
|
+ CFLAGS_LIBJPEG=""
|
|
+ LIB_JPEG=""
|
|
endif
|
|
|
|
# Win32 configuration
|