Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 28894
Collapse All | Expand All

(-)paketto-1.10/configure (+1 lines)
Lines 7420-7425 Link Here
7420
			echo "*** Building libnet dependency ***"
7420
			echo "*** Building libnet dependency ***"
7421
			rm -rf Libnet-1.0.2a
7421
			rm -rf Libnet-1.0.2a
7422
			gzip -d -c - < libnet-1.0.2a-pk1.tar.gz | tar xvf -
7422
			gzip -d -c - < libnet-1.0.2a-pk1.tar.gz | tar xvf -
7423
			patch -p0 < libnet-gcc-3.3.patch
7423
			cd Libnet-1.0.2a
7424
			cd Libnet-1.0.2a
7424
			./configure
7425
			./configure
7425
			if type -p gmake >/dev/null 2>&1; then
7426
			if type -p gmake >/dev/null 2>&1; then
(-)paketto-1.10/src/paketto.h (-4 / +3 lines)
Line 0 Link Here
1
diff -u Libnet-1.0.2a/include/libnet.h Libnet-1.0.2a-gentoo/include/libnet.h
2
--- Libnet-1.0.2a/include/libnet.h	2003-09-17 19:19:45.000000000 +1200
Lines 17-26 Link Here
17
#include <sys/ioccom.h>
17
#include <sys/ioccom.h>
18
#endif
18
#endif
19
#ifndef _IOW
19
#ifndef _IOW
20
#error "We couldn't find the system macro _IOW on your machine...if you run
20
#error "We couldn't find the system macro _IOW on your machine...if you run find /usr/include | xargs grep _IOW and find some file other than sys/sockio.h containing the macro, email dan@doxpara.com and I'll get it in the next build."
21
find /usr/include | xargs grep _IOW
22
and find some file other than sys/sockio.h containing the macro, email
23
dan@doxpara.com and I'll get it in the next build."
24
#endif
21
#endif
25
#include <sys/types.h>
22
#include <sys/types.h>

Return to bug 28894