From e29d652dbe768140c746cb9368f38f68a43eaf65 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 2 Feb 2009 15:52:39 +0000 Subject: [PATCH] * Reversed dependency of fcl-xml so it checks the platform names which need the dependency git-svn-id: trunk@12654 - --- packages/Makefile | 8 +++++--- packages/Makefile.fpc | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/Makefile b/packages/Makefile index b26175cb8e..fa8f747487 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -274,10 +274,10 @@ ifeq ($(FULL_TARGET),i386-freebsd) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib users iconvenc endif ifeq ($(FULL_TARGET),i386-beos) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib iconvenc endif ifeq ($(FULL_TARGET),i386-haiku) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib iconvenc endif ifeq ($(FULL_TARGET),i386-netbsd) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib @@ -1854,6 +1854,7 @@ TARGET_DIRS_HTTPD20=1 TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_ICONVENC=1 endif ifeq ($(FULL_TARGET),i386-haiku) TARGET_DIRS_HASH=1 @@ -1919,6 +1920,7 @@ TARGET_DIRS_HTTPD20=1 TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_ICONVENC=1 endif ifeq ($(FULL_TARGET),i386-netbsd) TARGET_DIRS_HASH=1 @@ -8497,7 +8499,7 @@ librsvg_shared: gtk2_shared librsvg_smart: gtk2_smart librsvg_debug: gtk2_debug librsvg_release: gtk2_release -ifeq ($(findstring $(OS_TARGET),win32 win64 solaris wince),) +ifneq ($(findstring $(OS_TARGET),linux freebsd darwin),) fcl-xml_all: iconvenc_all fcl-xml_shared: iconvenc_shared fcl-xml_smart: iconvenc_smart diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index bb029f4169..fe1ceff8a2 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -313,7 +313,7 @@ librsvg_smart: gtk2_smart librsvg_debug: gtk2_debug librsvg_release: gtk2_release -ifeq ($(findstring $(OS_TARGET),win32 win64 solaris wince),) +ifneq ($(findstring $(OS_TARGET),linux freebsd darwin),) fcl-xml_all: iconvenc_all fcl-xml_shared: iconvenc_shared fcl-xml_smart: iconvenc_smart