diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index fc275cc9fa5a..aadc1fe9f756 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -17,10 +17,6 @@ COMMENT= A language designed for creating and editing standard MIDI files LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -IGNORE= "ignored due to cast from pointer to integer of different size" -.endif - INSTALLS_SHLIB= yes MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2 GNU_CONFIGURE= yes @@ -35,6 +31,10 @@ MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \ .include +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +IGNORE= "ignored due to cast from pointer to integer of different size" +.endif + .if ${OSVERSION} >= 502000 EXTRA_PATCHES= ${PATCHDIR}/smf.patch ${PATCHDIR}/song.patch 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 + .if ${ARCH} == "alpha" BROKEN= "/usr/libexec/elf/ld: platon.o: .got subsegment exceeds 64K (size 88552)" .endif -.include .if ${OSVERSION} >= 400004 MAKE_ENV+= HAVE_G2C=yes .endif diff --git a/databases/fireprofile/Makefile b/databases/fireprofile/Makefile index b76a3f4d6fa2..45249251f251 100644 --- a/databases/fireprofile/Makefile +++ b/databases/fireprofile/Makefile @@ -29,7 +29,10 @@ WANT_MYSQL_VER= 323 post-install: $(LN) ${PREFIX}/lib/libfireprofile.so ${PREFIX}/lib/libfireprofile.so.0 -.if ${ARCH:L} == amd64 +.include + +.if ${ARCH} == amd64 CFLAGS+= -fPIC .endif -.include + +.include