diff options
Diffstat (limited to 'audio/hexter/files/patch-configure')
-rw-r--r-- | audio/hexter/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/hexter/files/patch-configure b/audio/hexter/files/patch-configure new file mode 100644 index 00000000000..87a2b9180b2 --- /dev/null +++ b/audio/hexter/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Jan 20 12:27:18 2007 ++++ configure Sat Jan 20 12:27:30 2007 +@@ -20697,7 +20697,7 @@ + echo "GTK support: $with_gtk" + + case "${host_os}" in +-darwin*) ++darwin* | freebsd*) + darwin=yes + + succeeded=no |