diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-03-30 04:20:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-03-30 04:20:11 +0000 |
commit | c0a1674718968e9d1bbb7140e4750c5e90e275ba (patch) | |
tree | e638ca0848fd35bf35747113c3b860d69f10c471 /audio/ardour | |
parent | 1dc906beda1665554820e4cad633b5f570fc142e (diff) | |
download | ports-c0a1674718968e9d1bbb7140e4750c5e90e275ba.tar.gz ports-c0a1674718968e9d1bbb7140e4750c5e90e275ba.zip |
Notes
Diffstat (limited to 'audio/ardour')
-rw-r--r-- | audio/ardour/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index e7594aaefe62..db3fd399c273 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -42,10 +42,6 @@ CFLAGS+= -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce CFLAGS:= ${CFLAGS:N-fno-strict-aliasing} -.if ${OSVERSION} < 600000 -BROKEN= Does not compile on 5.x -.endif - post-patch: ${REINPLACE_CMD} -e "s|%%CFLAGS%%|${CFLAGS}|" ${WRKSRC}/SConstruct ${REINPLACE_CMD} -e "s|alsa_pcm|oss|g" ${WRKSRC}/templates/*.template |