diff options
Diffstat (limited to 'debian/patches/0072_nxcompshad_use-MAKEDEPEND-in-path.full+lite.patch')
-rw-r--r-- | debian/patches/0072_nxcompshad_use-MAKEDEPEND-in-path.full+lite.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/0072_nxcompshad_use-MAKEDEPEND-in-path.full+lite.patch b/debian/patches/0072_nxcompshad_use-MAKEDEPEND-in-path.full+lite.patch deleted file mode 100644 index 15e94bc68..000000000 --- a/debian/patches/0072_nxcompshad_use-MAKEDEPEND-in-path.full+lite.patch +++ /dev/null @@ -1,26 +0,0 @@ -Description: Discover makedepend in $PATH. Especially important for MacPorts (OS X.) -Author: Clemens Lang <cal@macports.org> - ---- a/nxcompshad/configure.in -+++ b/nxcompshad/configure.in -@@ -269,19 +269,6 @@ fi - 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=makedepend -- fi -- fi --fi -+MAKEDEPEND="$(which makedepend)" - - AC_OUTPUT(Makefile) |