mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
285184c82d
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
21 lines
641 B
Plaintext
21 lines
641 B
Plaintext
--- configure.orig 2003-02-23 09:08:00 UTC
|
|
+++ configure
|
|
@@ -4713,7 +4713,7 @@ cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
$ac_includes_default
|
|
-#include <dockapp.h>
|
|
+#include <libdockapp/dockapp.h>
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
@@ -4748,7 +4748,7 @@ _ACEOF
|
|
cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
-#include <dockapp.h>
|
|
+#include <libdockapp/dockapp.h>
|
|
_ACEOF
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
|
|
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
|