Subject: Re: pkg/29030
To: None <darwin-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: John D.Baker <jdbaker@mylinuxisp.com>
List: pkgsrc-bugs
Date: 10/07/2007 21:40:02
The following reply was made to PR pkg/29030; it has been noted by GNATS.

From: John D.Baker <jdbaker@mylinuxisp.com>
To: gnats-bugs@netbsd.org
Cc: John D.Baker <jdbaker@mylinuxisp.com>
Subject: Re: pkg/29030
Date: Sun, 7 Oct 2007 16:33:51 -0500

 --Apple-Mail-4-884750306
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
 The workaround posted in the previous followup works.  Attached is
 a diff against the current Makefile in graphics/sane-backends.
 
 If it could be committed, I would consider this PR closed.
 
 
 --Apple-Mail-4-884750306
 Content-Transfer-Encoding: 7bit
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="Makefile.diff"
 Content-Disposition: attachment;
 	filename=Makefile.diff
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/graphics/sane-backends/Makefile,v
 retrieving revision 1.36
 diff -u -r1.36 Makefile
 --- Makefile	8 Jun 2007 20:50:55 -0000	1.36
 +++ Makefile	7 Oct 2007 21:23:38 -0000
 @@ -54,6 +54,10 @@
  .endfor
  .endif
  
 +.if (${OPSYS} == "Darwin")
 +CFLAGS+= -DELIDE_CODE=1
 +.endif
 +
  .include "options.mk"
  .if (${OPSYS} != "SunOS")
  . include "../../devel/libusb/buildlink3.mk"
 
 --Apple-Mail-4-884750306
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
 
 
 --
 John D. Baker                            NetBSD     Darwin/MacOS X
 http://mylinuxisp(dot)com/(tilde)jdbaker/     OpenBSD            FreeBSD
 BSD.  It just sits there and _works_.
 GPG fingerprint = D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 --Apple-Mail-4-884750306--