diff options
Diffstat (limited to 'sysutils/gnome-pkgview/files/patch-src_config-path.c')
-rw-r--r-- | sysutils/gnome-pkgview/files/patch-src_config-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gnome-pkgview/files/patch-src_config-path.c b/sysutils/gnome-pkgview/files/patch-src_config-path.c index 2eed9821d2bb..b61d1cedc959 100644 --- a/sysutils/gnome-pkgview/files/patch-src_config-path.c +++ b/sysutils/gnome-pkgview/files/patch-src_config-path.c @@ -7,7 +7,7 @@ - if ( getenv ("PKG_CONFIG_PATH") ) { - path = g_strconcat(getenv("PKG_CONFIG_PATH"),":DIRS_DONE",NULL); - } -+ path = "%%LOCALBASE%%/libdata/pkgconfig:%%X11BASE%%/libdata/pkgconfig:DIRS_DONE"; ++ path = "%%LOCALBASE%%/libdata/pkgconfig:DIRS_DONE"; /* walk the PKG_CONFIG_PATH for other files */ if ( path ) { |