* Some packages were added to Linux, and not to FreeBSD

This commit is contained in:
marco 2001-07-11 12:05:00 +00:00
parent ac105cf803
commit 6ec00224d4
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# #
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/06/06] # Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/02]
# #
default: all default: all
override PATH:=$(subst \,/,$(PATH)) override PATH:=$(subst \,/,$(PATH))
@ -130,7 +130,7 @@ ifeq ($(OS_TARGET),os2)
override TARGET_DIRS+=uncgi paszlib unzip regexpr override TARGET_DIRS+=uncgi paszlib unzip regexpr
endif endif
ifeq ($(OS_TARGET),freebsd) ifeq ($(OS_TARGET),freebsd)
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres opengl forms svgalib ggi utmp paszlib gdbint cmem regexpr unzip override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
endif endif
override INSTALL_FPCPACKAGE=y override INSTALL_FPCPACKAGE=y
ifndef ECHO ifndef ECHO
@ -786,10 +786,13 @@ TARGET_DIRS_UNCGI=1
TARGET_DIRS_MYSQL=1 TARGET_DIRS_MYSQL=1
TARGET_DIRS_IBASE=1 TARGET_DIRS_IBASE=1
TARGET_DIRS_POSTGRES=1 TARGET_DIRS_POSTGRES=1
TARGET_DIRS_ORACLE=1
TARGET_DIRS_OPENGL=1 TARGET_DIRS_OPENGL=1
TARGET_DIRS_FORMS=1 TARGET_DIRS_FORMS=1
TARGET_DIRS_SVGALIB=1 TARGET_DIRS_SVGALIB=1
TARGET_DIRS_GGI=1 TARGET_DIRS_GGI=1
TARGET_DIRS_LIBPNG=1
TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1 TARGET_DIRS_UTMP=1
TARGET_DIRS_PASZLIB=1 TARGET_DIRS_PASZLIB=1
TARGET_DIRS_GDBINT=1 TARGET_DIRS_GDBINT=1

View File

@ -13,8 +13,8 @@ dirs_go32v2=uncgi gdbint paszlib unzip regexpr
dirs_os2=uncgi paszlib unzip regexpr dirs_os2=uncgi paszlib unzip regexpr
dirs_freebsd=zlib ncurses x11 gtk syslog \ dirs_freebsd=zlib ncurses x11 gtk syslog \
inet uncgi \ inet uncgi \
mysql ibase postgres \ mysql ibase postgres oracle \
opengl forms svgalib ggi \ opengl forms svgalib ggi libpng libgd \
utmp paszlib gdbint cmem regexpr unzip utmp paszlib gdbint cmem regexpr unzip
[install] [install]