forked from Lainports/freebsd-ports
While I'm here: * Change MASTER_SITES to upstream's new location * Add license and path to the license file * Sort variables a bit according to the PHB * Simplify pkg-plist substitution for the installation of example files Add some patches as well as just bumping the port revision for the following ports due changed location of the header files: * net/wmnetload * x11/xscreensaver.app Changelog: https://github.com/d-torrance/dockapps/blob/master/libdockapp/ChangeLog PR: 235923 Approved by: miwi (mentor), maintainer timeout Differential Revision: https://reviews.freebsd.org/D19508
11 lines
269 B
C
11 lines
269 B
C
--- src/wmnetload.c.orig 2003-02-23 09:07:17 UTC
|
|
+++ src/wmnetload.c
|
|
@@ -37,7 +37,7 @@
|
|
#include <sys/ioctl.h>
|
|
#include <sys/time.h>
|
|
#include <unistd.h>
|
|
-#include <dockapp.h>
|
|
+#include <libdockapp/dockapp.h>
|
|
#ifdef HAVE_SYS_SOCKIO_H
|
|
#include <sys/sockio.h>
|
|
#endif
|