summaryrefslogtreecommitdiff
path: root/x11/gdkxft/files/patch-src::gdkxft.c
blob: 69707562332f18409ba494487874a71c8799e855 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$FreeBSD$

--- src/gdkxft.c.orig	Sat Sep  1 19:00:02 2001
+++ src/gdkxft.c	Mon Sep  3 18:34:29 2001
@@ -20,7 +20,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <regex.h>
+#include <gnuregex.h>
 
 #include <X11/Xlib.h>
 #include <X11/Xos.h>
@@ -170,7 +170,7 @@
   else if(!access(SYSCONFDIR "/gdkxft.conf",R_OK)) 
     read_cfg_file(SYSCONFDIR "/gdkxft.conf",xfre,ftre);
   else 
-    read_cfg_file(DATADIR "/gdkxft.conf",xfre,ftre);
+    read_cfg_file(DATADIR "/gdkxft/gdkxft.conf",xfre,ftre);
 
   /* compile regexps */
   g_string_append_c(xfre,'$');