2007-08-03  Juan Manuell Guerrero  <juan.guerrero@gmx.de>

	* makedefs.grx: Definitions modified to get jpeg, png, pnm and tiff
	support.  Fonts are installed in $DJDIR/lib/fonts/grx following the
	way it is done for linux.



diff -aprNU5 grx-2.4.7.orig/makedefs.grx grx-2.4.7/makedefs.grx
--- grx-2.4.7.orig/makedefs.grx	2007-04-06 15:29:34 +0000
+++ grx-2.4.7/makedefs.grx	2007-08-04 21:58:52 +0000
@@ -7,21 +7,21 @@
 # Currently only used to generate name of shared libraries for linux
 GRX_VERSION=2.4.7
 
 # Specify if you have libtiff.a and corresponding .h files.
 # Change setting to 'y' if you have it, or to 'n' if not.
-HAVE_LIBTIFF=n
+HAVE_LIBTIFF=y
 
 # Specify if you have libjpeg.a and corresponding .h files.
-HAVE_LIBJPEG=n
+HAVE_LIBJPEG=y
 
 # Specify if you have libpng.a and corresponding .h files.
-HAVE_LIBPNG=n
+HAVE_LIBPNG=y
 
 # Specify if one of the above libs requires the
 # zlib compression library
-NEED_ZLIB=n
+NEED_ZLIB=y
 
 # Specify if you want to include printing code from addons
 INCLUDE_PRINTING_CODE=y
 
 # Specify if you want to include bmp image code from addons
@@ -39,11 +39,11 @@ INCLUDE_BGI_SUPPORT=y
 # For cross-compiling, specify prefix for tools including the trailing dash
 # (e.g. "i386-mingw32-" for using i386-mingw32-gcc instead of just gcc)
 CROSS_PLATFORM=""
 
 # Specify if you want to use Unix tools on DOS-like platforms
-HAVE_UNIX_TOOLS=n
+HAVE_UNIX_TOOLS=y
 
 # Specify in linux if you want to build the library for x86_64
 BUILD_X86_64=n
 
 ### SYSTEM SETTINGS ##################################################
@@ -214,11 +214,11 @@ EXE_COMPRESS = -echo
 # this can causes problems in Win3.1, so you may want to enable
 # the following switch
 #CCOPT += -DNO_REPROGRAM_TIMER
 
 # Set the default GRX font path
-#GRX_DEFAULT_FONT_PATH=c:/djgpp/share/grx/fonts
+GRX_DEFAULT_FONT_PATH=/dev/env/DJDIR/lib/fonts/grx
 
 endif
 
 ### WIN32 MINGW SPECIFIC #############################################
 
