diff options
author | obache <obache@pkgsrc.org> | 2009-05-30 01:33:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-30 01:33:57 +0000 |
commit | 271d0ec08b2e4e3ca585d11d9d1267afccdc405a (patch) | |
tree | 6b81ad146f310e9084aad9889e6aa1b9b2f96127 /audio/gimmix | |
parent | b98adea0dc3a81cf4f2d856578bdf3eb008b57f6 (diff) | |
download | pkgsrc-271d0ec08b2e4e3ca585d11d9d1267afccdc405a.tar.gz |
Remove unused patch.
Diffstat (limited to 'audio/gimmix')
-rw-r--r-- | audio/gimmix/patches/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/gimmix/patches/patch-aa b/audio/gimmix/patches/patch-aa deleted file mode 100644 index 6b05a43e85e..00000000000 --- a/audio/gimmix/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2008/07/30 10:57:25 drochner Exp $ - ---- configure.orig 2008-07-29 19:12:23.000000000 +0200 -+++ configure -@@ -3084,6 +3084,7 @@ echo "$as_me: error: Automake 1.5 or new - ;; - esac - -+if false; then - if test -n "0.21"; then - { echo "$as_me:$LINENO: checking for intltool >= 0.21" >&5 - echo $ECHO_N "checking for intltool >= 0.21... $ECHO_C" >&6; } -@@ -3099,6 +3100,7 @@ echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION - echo "$as_me: error: Your intltool is too old. You need intltool 0.21 or later." >&2;} - { (exit 1); exit 1; }; } - fi -+fi - - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |