summaryrefslogtreecommitdiff
path: root/x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-12-30 17:47:40 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-12-30 17:47:40 +0000
commita0c897f6fd3082512866a67b46910cd3a090020a (patch)
treedcd444402dbd6493dc5668ca8bbda633d22c9986 /x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h
parentsarg patch to fix cannot open period file error message (diff)
- Update to 1.2
- Add pkg-message file - Mark IGNORE on 4.x - Take maintanership - Other tiny modifications
Diffstat (limited to 'x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h')
-rw-r--r--x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h b/x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h
deleted file mode 100644
index c0ae3914f7f0..000000000000
--- a/x11-toolkits/irrlicht/files/patch-CImageLoaderJPG.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- CImageLoaderJPG.h.orig Wed Oct 19 17:24:14 2005
-+++ CImageLoaderJPG.h Wed Oct 19 17:26:32 2005
-@@ -12,12 +12,13 @@
- #include "IrrCompileConfig.h"
- #ifdef _IRR_COMPILE_WITH_LIBJPEG_
- extern "C" {
-- #include "jpeglib/jconfig.h"
- #ifndef _IRR_USE_NON_SYSTEM_JPEG_LIB_
-+ #include <jconfig.h>
- #include <jpeglib.h> // use system lib
- #else // _IRR_USE_NON_SYSTEM_JPEG_LIB_
-+ #include "jpeglib/jconfig.h"
- #include "jpeglib/jpeglib.h" // use irrlicht jpeglib
--#endif // _IRR_USE_NON_SYSTEM_JPEG_LIB_
-+ #endif // _IRR_USE_NON_SYSTEM_JPEG_LIB_
- }
- #endif // _IRR_COMPILE_WITH_LIBJPEG_
-