- ARCH is defined in bsd.port.pre.mk
This commit is contained in:
parent
d2115c80e0
commit
0cde76ebca
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user