aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0071_nxcompext_use-MAKEDEPEND-in-path.full+lite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0071_nxcompext_use-MAKEDEPEND-in-path.full+lite.patch')
-rw-r--r--debian/patches/0071_nxcompext_use-MAKEDEPEND-in-path.full+lite.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/0071_nxcompext_use-MAKEDEPEND-in-path.full+lite.patch b/debian/patches/0071_nxcompext_use-MAKEDEPEND-in-path.full+lite.patch
new file mode 100644
index 000000000..0d5f22011
--- /dev/null
+++ b/debian/patches/0071_nxcompext_use-MAKEDEPEND-in-path.full+lite.patch
@@ -0,0 +1,27 @@
+Description: Discover makedepend in $PATH. Especially important for MacPorts (OS X.)
+Author: Clemens Lang <cal@macports.org>
+
+--- a/nxcompext/configure.in
++++ b/nxcompext/configure.in
+@@ -219,20 +219,7 @@ CFLAGS="$CFLAGS -DVERSION=\\\"${VERSION}
+ dnl Find makedepend somewhere.
+
+ AC_SUBST(MAKEDEPEND)
+-
+-if test -x "../nx-X11/config/makedepend/makedepend" ; then
+- MAKEDEPEND=../nx-X11/config/makedepend/makedepend
+-else
+- if test -x "/usr/X11R6/bin/makedepend" ; then
+- MAKEDEPEND=/usr/X11R6/bin/makedepend
+- else
+- if test -x "/usr/openwin/bin/makedepend" ; then
+- MAKEDEPEND=/usr/openwin/bin/makedepend
+- else
+- MAKEDEPEND=/usr/bin/makedepend
+- fi
+- fi
+-fi
++MAKEDEPEND="$(which makedepend)"
+
+ dnl Determine what to build based on the platform.
+ dnl Override the LIBS settings on Cygwin32 so that