freebsd-ports/textproc/scrollkeeper/files/patch-cl::src::install.c
Joe Marcus Clarke 4feec7a386 Revert back to 0.2 to fix some conflicts with the GNOME 1.4 OMF files.
Also, fix it so scrollkeeper 0.2 will produce a correct XML
database.  Bump PORTEPOCH.

scrollkeeper 0.3.x will be looked at further to see if there is a good way
to make it work with both GNOME 1.4 and GNOME 2.0.

PR:		38581
2002-05-26 21:54:45 +00:00

8 lines
213 B
C

--- cl/src/install.c.orig Thu Mar 15 05:10:33 2001
+++ cl/src/install.c Tue Apr 3 20:41:52 2001
@@ -499,3 +499,4 @@
- dir = opendir(data_dir);
+ if ((dir = opendir(data_dir)) == NULL)
+ return;