diff options
author | flz <flz@FreeBSD.org> | 2005-04-11 19:26:40 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-11 19:26:40 +0800 |
commit | 8ec45264c99570695f2c5f1a4fda42bdf4427e17 (patch) | |
tree | 1d646277c321c83f9f2aad1c6d637032e50f18a4 /biology | |
parent | 37493fea4a856ac082b69b7005e19b283b71587b (diff) | |
download | freebsd-ports-gnome-8ec45264c99570695f2c5f1a4fda42bdf4427e17.tar.gz freebsd-ports-gnome-8ec45264c99570695f2c5f1a4fda42bdf4427e17.tar.zst freebsd-ports-gnome-8ec45264c99570695f2c5f1a4fda42bdf4427e17.zip |
- ARCH is defined in bsd.port.pre.mk
Diffstat (limited to 'biology')
-rw-r--r-- | biology/platon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/platon/Makefile b/biology/platon/Makefile index df07f27b4197..28bebe48b05f 100644 --- a/biology/platon/Makefile +++ b/biology/platon/Makefile @@ -30,11 +30,13 @@ TESTDATADIR= ABSORB_EXAMPLE ABSTOMPA_EXAMPLE ABSTOMPA_TEST ADDSYM_EXAMPLE \ ASYM_EXAMPLE DELABS_EXAMPLE MULABS_EXAMPLE PSICOR_EXAMPLE \ SQUEEZE_EXAMPLE + +.include <bsd.port.pre.mk> + .if ${ARCH} == "alpha" BROKEN= "/usr/libexec/elf/ld: platon.o: .got subsegment exceeds 64K (size 88552)" .endif -.include <bsd.port.pre.mk> .if ${OSVERSION} >= 400004 MAKE_ENV+= HAVE_G2C=yes .endif |