# This file is part of MXE. # See index.html for further information. PKG := fltk $(PKG)_IGNORE := $(PKG)_CHECKSUM := 25071d6bb81cc136a449825bfd574094b48f07fb $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR)-source.tar.gz $(PKG)_URL := http://ftp.easysw.com/pub/fltk/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc zlib jpeg libpng pthreads define $(PKG)_UPDATE $(WGET) -q -O- 'http://www.fltk.org/' | \ $(SED) -n 's,.*>v\([0-9][^<]*\)<.*,\1,p' | \ grep -v '^1\.1\.' | \ head -1 endef define $(PKG)_BUILD cd '$(1)' && autoconf $(SED) -i 's,\$$uname,MINGW,g' '$(1)/configure' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --build="`config.guess`" \ --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' \ --enable-threads \ LIBS='-lws2_32' # enable exceptions, because disabling them doesn't make any sense on PCs $(SED) -i 's,-fno-exceptions,,' '$(1)/makeinclude' $(MAKE) -C '$(1)' -j '$(JOBS)' install DIRS=src LIBCOMMAND='$(TARGET)-ar cr' ln -sf '$(PREFIX)/$(TARGET)/bin/fltk-config' '$(PREFIX)/bin/$(TARGET)-fltk-config' '$(TARGET)-g++' \ -W -Wall -Werror -pedantic -ansi \ '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-fltk.exe' \ `$(TARGET)-fltk-config --cxxflags --ldstaticflags` endef re/coding_standards Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-04-25 22:47:53 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-04-25 22:47:53 (GMT)
commitb9b6d2afb6ddf49793571c0a3f3a699ce07c7da5 (patch)
tree2363f795aed88f4ee84710ee3e6e27b94d6a8fc3
parent5740dd95a43853e7c27bb4d514a49ce5668a0b72 (diff)
downloadhdf5-b9b6d2afb6ddf49793571c0a3f3a699ce07c7da5.zip
hdf5-b9b6d2afb6ddf49793571c0a3f3a699ce07c7da5.tar.gz
hdf5-b9b6d2afb6ddf49793571c0a3f3a699ce07c7da5.tar.bz2
[svn-r12302] Purpose: Maintenance
Description: In the past we had Fortran support only for 64bit mode on IRIX64-6.5. This feature was hardcoded in the IRIX configuration file. New automatic Fortran datatypes configuration should support both 32bit and 64bit modes. I finally verified that it worked. Solution: Removed -64 flag from the configuration file. Platforms tested: UCAR IRIX64-6.5 in 32 and 64bit modes. Misc. update:
Diffstat
-rw-r--r--config/irix6.x8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/irix6.x b/config/irix6.x