summaryrefslogtreecommitdiff
path: root/audio/gtkpod/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gtkpod/patches/patch-ae')
-rw-r--r--audio/gtkpod/patches/patch-ae22
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/gtkpod/patches/patch-ae b/audio/gtkpod/patches/patch-ae
deleted file mode 100644
index 3617ea9b547..00000000000
--- a/audio/gtkpod/patches/patch-ae
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2008/03/02 07:02:01 jlam Exp $
-
---- configure.in.orig 2007-12-17 23:37:46.000000000 -0500
-+++ configure.in
-@@ -53,11 +53,13 @@ LIBS="$LIBS $GTK_LIBS $GLIB_LIBS $GMODUL
-
- dnl we need 'flex'
- AM_PROG_LEX
--if ! test "y$LEX" = "yflex"; then
-- if ! test "y$LEX" = "ylex"; then
-+case "$LEX" in
-+flex|*/flex|lex|*/lex)
-+ ;;
-+*)
- AC_MSG_FAILURE([*** flex or lex required])
-- fi
--fi
-+ ;;
-+esac
-
- dnl Retrieve the path of mount and umount binaries
- AC_PATH_PROG(MOUNT, mount)