diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-17 12:37:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-17 12:37:33 +0800 |
commit | 1c4b9126519e27b18ea7dced471ce75b777d4baa (patch) | |
tree | 4c4cb99ca552aa840a497386c640208cd171757d | |
parent | 447f19dddaea7ee6c2a6780abe744ab14d16976b (diff) | |
download | freebsd-ports-gnome-1c4b9126519e27b18ea7dced471ce75b777d4baa.tar.gz freebsd-ports-gnome-1c4b9126519e27b18ea7dced471ce75b777d4baa.tar.zst freebsd-ports-gnome-1c4b9126519e27b18ea7dced471ce75b777d4baa.zip |
Attempt to fix build of fpc units on pointyhat.
Suggested by: maintainer
-rw-r--r-- | lang/fpc/Makefile.units | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units index f7345b44a4ef..454e1317a7b7 100644 --- a/lang/fpc/Makefile.units +++ b/lang/fpc/Makefile.units @@ -10,6 +10,7 @@ UNITDIR= lib/fpc/${PORTVERSION}/units/${BUILDNAME} EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${EXTRACTUNITDIR} OPT=-CX +MAKE_ENV+= PP=${LOCALBASE}/bin/ppc386 .if !exists(${LOCALBASE}/bin/fpcmake) EXTRACTUNITDIR+= fpc-bin |