mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
Merge pull request #7531 from venomlinux/lumarogit-patch-3
fpc: clean spkgbuild (silent)
This commit is contained in:
@@ -27,16 +27,13 @@ build() {
|
||||
|
||||
# Build fpc
|
||||
cd $SRC/fpcbuild-$version/fpcsrc
|
||||
# $SRC/usr/bin/fpcmake
|
||||
$SRC/usr/bin/fpcmake -Tall
|
||||
cd ..
|
||||
FPC=$SRC/usr/bin/fpc make all NOGDB=1
|
||||
# FPC=$SRC/usr/bin/fpc make build
|
||||
cd $SRC/fpcbuild-$version
|
||||
|
||||
export HOME=$SRC
|
||||
FPC=$SRC/usr/bin/fpc make -j1 PREFIX=$PKG/usr install NOGDB=1
|
||||
# FPC=$SRC/usr/bin/fpc make -j1 PREFIX=$PKG/usr install
|
||||
|
||||
# Create a symlink needed for fpc to find compiler
|
||||
export PATH=$PKG/usr/bin:$PATH
|
||||
|
||||
Reference in New Issue
Block a user