mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
- make portlint happier - fix missing USE_LDCONFIG PR: 112887 Obtained from: http://www.deweyonline.com/nx/freebsd.html
10 lines
233 B
C
10 lines
233 B
C
--- nxviewer/nxviewer/misc.c.orig Wed Nov 15 10:32:49 2006
|
|
+++ nxviewer/nxviewer/misc.c
|
|
@@ -337,6 +337,7 @@
|
|
return (*defaultXErrorHandler)(dpy, error);
|
|
}
|
|
nxviewerEnableSharedMemory = FALSE;
|
|
+ return 0;
|
|
}
|
|
|
|
static int
|