Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2018 14:33:28 +0200
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Re: Logitechmediaserver fails to build
Message-ID:  <841785e6-1888-7f36-cd7a-075707e1d2f8@utanet.at>
In-Reply-To: <eaf76df3-3eb1-bb17-a3a4-ab4cd22a3057@utanet.at>
References:  <eaf76df3-3eb1-bb17-a3a4-ab4cd22a3057@utanet.at>

next in thread | previous in thread | raw e-mail | index | archive | help
forgot I included  from the first part of the extrapatch

@@ -92,7 +92,7 @@
      exit
  fi

-for i in gcc cpp rsync make rsync ; do
+for i in cc cpp rsync make rsync ; do
      which $i > /dev/null
      if [ $? -ne 0 ] ; then
          echo "$i not found - please install it"

in my buildme.sh-patch.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?841785e6-1888-7f36-cd7a-075707e1d2f8>