]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- build fix
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Jun 2004 08:34:04 +0000 (08:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdal-gcc.patch -> 1.1

gdal-gcc.patch [new file with mode: 0644]

diff --git a/gdal-gcc.patch b/gdal-gcc.patch
new file mode 100644 (file)
index 0000000..3486942
--- /dev/null
@@ -0,0 +1,11 @@
+--- gdal-1.2.1/frmts/hdf4/hdf-eos/HDFEOSVersion.h.orig 2004-06-19 23:35:08.000000000 +0200
++++ gdal-1.2.1/frmts/hdf4/hdf-eos/HDFEOSVersion.h      2004-06-27 02:33:45.726947888 +0200
+@@ -4,7 +4,7 @@
+    on a file containing these strings */
+  
+ #define  HDFEOSd_BANNER  "@(#)## =================  HDFEOS  ================"
+-#ifdef LINUX
++#ifdef __linux__
+ #define  HDFEOSd_HDFEOS_VER  "@(#)## HDFEOS Version: "HDFEOSVERSION1
+ #define  HDFEOSd_DATE    "@(#)## Build date: "__DATE__" @ "__TIME__
+ #else
This page took 0.125739 seconds and 4 git commands to generate.