diff options
author | pav <pav@FreeBSD.org> | 2011-11-05 06:19:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-11-05 06:19:36 +0800 |
commit | 7e799edf9c48b58a284dc5433054d6dbd8187c2c (patch) | |
tree | 0cbf71b71edb4dc8274954879f85591d3470001e /audio | |
parent | 2d4fa0928b330941a7179ca42c181f2166b1ac5a (diff) | |
download | freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.tar.gz freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.tar.zst freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.zip |
- Mark BROKEN: does not compile with new fltk
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/spiralloops/Makefile | 2 | ||||
-rw-r--r-- | audio/spiralsynth/Makefile | 2 | ||||
-rw-r--r-- | audio/spiralsynthmodular/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index 4b2af5962927..5ef0e96e33ec 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -17,6 +17,8 @@ COMMENT= Loop-based sampler LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +BROKEN= does not compile + DOCDIR= share/doc/${PORTNAME} DOC_FILES= CHANGES COPYING README GNU_CONFIGURE= yes diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index 24acb8166722..445786de7525 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -17,6 +17,8 @@ COMMENT= MIDI-capable synthesizer for X LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +BROKEN= does not compile + GNU_CONFIGURE= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile index 55f6898f8ac1..f4b0f6ec7406 100644 --- a/audio/spiralsynthmodular/Makefile +++ b/audio/spiralsynthmodular/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ sndfile.1:${PORTSDIR}/audio/libsndfile +BROKEN= does not compile + USE_XORG= x11 GNU_CONFIGURE= yes |