summaryrefslogtreecommitdiff
path: root/www/tickr/files/patch-src__tickr__tickr.h
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2013-03-15 14:30:21 +0000
committerNicola Vitale <nivit@FreeBSD.org>2013-03-15 14:30:21 +0000
commitf4529e450dff5b8c458cdcded315620c1e5a512a (patch)
tree66724e6bea23f40e8a690549173dab78558c8fc7 /www/tickr/files/patch-src__tickr__tickr.h
parent- Perl vulnerability (CVE-2013-1667) also applies to perl-threaded (diff)
TICKR is a Free Open Source, GTK-based RSS READER application which displays
RSS FEEDS in a TICKER bar on your desktop. With a single click, you get the latest headlines scrolling in a thin window on your desktop, as what can be seen on News TV channels. WWW: http://newsrssticker.com/
Diffstat (limited to 'www/tickr/files/patch-src__tickr__tickr.h')
-rw-r--r--www/tickr/files/patch-src__tickr__tickr.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/tickr/files/patch-src__tickr__tickr.h b/www/tickr/files/patch-src__tickr__tickr.h
new file mode 100644
index 000000000000..86a4b41f401c
--- /dev/null
+++ b/www/tickr/files/patch-src__tickr__tickr.h
@@ -0,0 +1,13 @@
+--- ./src/tickr/tickr.h.orig 2013-03-15 14:10:30.000000000 +0100
++++ ./src/tickr/tickr.h 2013-03-15 14:11:17.000000000 +0100
+@@ -178,8 +178,8 @@
+ # define STDERR_FILENAME2 "stderr2.txt"
+ #endif
+ #ifndef G_OS_WIN32
+-# define INSTALL_PATH "/usr/share/"APP_CMD
+-# define IMAGES_PATH INSTALL_PATH"/pixmaps"
++# define INSTALL_PATH "%%PREFIX%%/share/"
++# define IMAGES_PATH INSTALL_PATH"/pixmaps/"APP_CMD
+ #else
+ # define IMAGES_PATH APP_NAME /* actually not a path but a dir name */
+ #endif