- disabled aspell for solaris because it does not compile

git-svn-id: trunk@8505 -
This commit is contained in:
Jonas Maebe 2007-09-16 12:48:31 +00:00
parent 0a50052802
commit c0d37ba172
2 changed files with 3 additions and 5 deletions

View File

@ -252,7 +252,7 @@ ifeq ($(FULL_TARGET),i386-netbsd)
override TARGET_DIRS+=chm unzip zlib x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
endif
ifeq ($(FULL_TARGET),i386-solaris)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo
endif
ifeq ($(FULL_TARGET),i386-qnx)
override TARGET_DIRS+=chm
@ -339,7 +339,7 @@ ifeq ($(FULL_TARGET),sparc-netbsd)
override TARGET_DIRS+=chm unzip zlib x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
endif
ifeq ($(FULL_TARGET),sparc-solaris)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo
endif
ifeq ($(FULL_TARGET),sparc-embedded)
override TARGET_DIRS+=chm
@ -1633,7 +1633,6 @@ TARGET_DIRS_OPENSSL=1
TARGET_DIRS_PCAP=1
TARGET_DIRS_LIBCURL=1
TARGET_DIRS_CAIRO=1
TARGET_DIRS_ASPELL=1
endif
ifeq ($(FULL_TARGET),i386-qnx)
TARGET_DIRS_CHM=1
@ -2079,7 +2078,6 @@ TARGET_DIRS_OPENSSL=1
TARGET_DIRS_PCAP=1
TARGET_DIRS_LIBCURL=1
TARGET_DIRS_CAIRO=1
TARGET_DIRS_ASPELL=1
endif
ifeq ($(FULL_TARGET),sparc-embedded)
TARGET_DIRS_CHM=1

View File

@ -67,7 +67,7 @@ dirs_solaris= unzip zlib fftw \
x11 opengl gtk gtk2 syslog \
forms svgalib ggi libpng libgd \
utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 \
openssl pcap libcurl cairo aspell
openssl pcap libcurl cairo
dirs_beos=graph
[install]