diff options
Diffstat (limited to 'security/hydra/patches/patch-ac')
-rw-r--r-- | security/hydra/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/hydra/patches/patch-ac b/security/hydra/patches/patch-ac deleted file mode 100644 index 57e4f78262f..00000000000 --- a/security/hydra/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2006/02/05 00:18:29 adrianp Exp $ - ---- hydra-gtk/src/main.c.orig 2004-05-12 00:28:27.000000000 +0100 -+++ hydra-gtk/src/main.c -@@ -30,7 +30,7 @@ main (int argc, char *argv[]) - gtk_set_locale (); - gtk_init (&argc, &argv); - -- add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps"); -+ add_pixmap_directory ("@PREFIX@/share/xhydra/pixmaps"); - - /* initialize the message id */ - message_id = 0; |