summaryrefslogtreecommitdiff
path: root/audio/liteamp/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-11 03:10:25 +0000
committerminskim <minskim@pkgsrc.org>2004-04-11 03:10:25 +0000
commit26f4edce8794b944f08293790055d8c931185d82 (patch)
tree2cf64d5446bac80e6bb3f912ae6528c847650dbf /audio/liteamp/patches
parenta91b9182e35f215b7a26732ba1ef7f05eef31324 (diff)
downloadpkgsrc-26f4edce8794b944f08293790055d8c931185d82.tar.gz
Update liteamp to 0.2.4.2.
Changes since 0.2.4.1: - Build with GTK+ 2.4.
Diffstat (limited to 'audio/liteamp/patches')
-rw-r--r--audio/liteamp/patches/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/liteamp/patches/patch-aa b/audio/liteamp/patches/patch-aa
deleted file mode 100644
index 99930295185..00000000000
--- a/audio/liteamp/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/18 01:28:29 minskim Exp $
-
---- src/liteamp.c.orig 2004-01-07 10:10:48.000000000 -0600
-+++ src/liteamp.c
-@@ -320,7 +320,9 @@ void liteamp_main()
- liteamp_update_ui_layout();
-
- // main event loop
-+ gdk_threads_enter();
- gtk_main();
-+ gdk_threads_leave();
- }
-
-