ports/textproc/scrollkeeper/files/patch-cl::src::install.c
Ade Lovett f18129b9cf Fix a number of issues with scrollkeeper, install things in the right
places (see Makefile for more details), fix a bug, bump PORTREVISION

Obtained from:	GNOME 1.4 RC* code (which MAINTAINER is fully aware of)
2001-04-23 16:27:01 +00:00

9 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;