mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
While here, put back USES=desktop-file-utils shared-mime-info which was mistakenly removed in previous commits. PR: 221713 Approved by: me@janh.de (maintainer timeout, >2 weeks)
11 lines
357 B
C
11 lines
357 B
C
--- src/main.c.orig 2015-10-25 04:26:29 UTC
|
|
+++ src/main.c
|
|
@@ -360,7 +360,7 @@ main (int argc, char *argv[])
|
|
g_free(path);
|
|
g_free(path1);
|
|
g_free(path2);
|
|
- add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
|
|
+ add_pixmap_directory (PACKAGE_DATA_DIR);
|
|
|
|
/*
|
|
* The following code was added by Glade to create one of each component
|