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

(-)owfs-3.1p0.orig/module/owshell/src/c/Makefile.am (-1 / +4 lines)
Lines 41-47 Link Here
41
	-Wcast-align \
41
	-Wcast-align \
42
	-Wstrict-prototypes \
42
	-Wstrict-prototypes \
43
	-Wredundant-decls \
43
	-Wredundant-decls \
44
	${EXTRACFLAGS}
44
	${EXTRACFLAGS} \
45
	${PTHREAD_CFLAGS} \
46
	${LIBUSB_CFLAGS} \
47
	${PIC_FLAGS}
45
48
46
LDADD = ${LD_EXTRALIBS} ${OSLIBS}
49
LDADD = ${LD_EXTRALIBS} ${OSLIBS}
47
50
(-)owfs-3.1p0.orig/module/owtcl/Makefile.am (+1 lines)
Lines 40-45 Link Here
40
	-Wstrict-prototypes \
40
	-Wstrict-prototypes \
41
	-Wredundant-decls \
41
	-Wredundant-decls \
42
	${EXTRACFLAGS} \
42
	${EXTRACFLAGS} \
43
	${LIBUSB_CFLAGS} \
43
	${PTHREAD_CFLAGS} \
44
	${PTHREAD_CFLAGS} \
44
	$(TCL_DEFS) \
45
	$(TCL_DEFS) \
45
	$(TCL_SHLIB_CFLAGS) \
46
	$(TCL_SHLIB_CFLAGS) \
(-)owfs-3.1p0.orig/module/swig/perl5/OW/Makefile.linux.in (-1 / +1 lines)
Lines 9-15 Link Here
9
    'VERSION'	=>	q[@VERSION@],
9
    'VERSION'	=>	q[@VERSION@],
10
# Avoid compilation problem for Fedora Core 1 and Slackware 10.2
10
# Avoid compilation problem for Fedora Core 1 and Slackware 10.2
11
    'DEFINE'    =>	q[@PTHREAD_CFLAGS@ -D_FILE_OFFSET_BITS=64 -DSKIP_SEARCH_H @DEFS@],
11
    'DEFINE'    =>	q[@PTHREAD_CFLAGS@ -D_FILE_OFFSET_BITS=64 -DSKIP_SEARCH_H @DEFS@],
12
    'INC'       =>	q[-I../../../../src/include -I../../../owlib/src/include @CPPFLAGS@],
12
    'INC'       =>	q[-I../../../../src/include -I../../../owlib/src/include @CPPFLAGS@ @LIBUSB_CFLAGS@],
13
# Default value for LDDLFLAGS is $Config{lddlflags}="-shared -L/usr/local/lib"
13
# Default value for LDDLFLAGS is $Config{lddlflags}="-shared -L/usr/local/lib"
14
# but we want rpath to be @libdir@ or @exec_prefix@/lib
14
# but we want rpath to be @libdir@ or @exec_prefix@/lib
15
    'LDDLFLAGS' =>      q[-shared -L../../../owlib/src/c/.libs -Wl,-rpath=@prefix@/lib],
15
    'LDDLFLAGS' =>      q[-shared -L../../../owlib/src/c/.libs -Wl,-rpath=@prefix@/lib],
(-)owfs-3.1p0.orig/module/swig/perl5/OW/Makefile.osx.in (-1 / +1 lines)
Lines 9-15 Link Here
9
    'VERSION'	=>	q[@VERSION@],
9
    'VERSION'	=>	q[@VERSION@],
10
# Avoid compilation problem for Fedora Core 1 and Slackware 10.2
10
# Avoid compilation problem for Fedora Core 1 and Slackware 10.2
11
    'DEFINE'    =>	q[@PTHREAD_CFLAGS@ -D_FILE_OFFSET_BITS=64 -DSKIP_SEARCH_H @DEFS@],
11
    'DEFINE'    =>	q[@PTHREAD_CFLAGS@ -D_FILE_OFFSET_BITS=64 -DSKIP_SEARCH_H @DEFS@],
12
    'INC'       =>	q[-I../../../../src/include -I../../../owlib/src/include @CPPFLAGS@],
12
    'INC'       =>	q[-I../../../../src/include -I../../../owlib/src/include @CPPFLAGS@ @LIBUSB_CFLAGS@],
13
# Default value for LDDLFLAGS is $Config{lddlflags}="-shared -L/usr/local/lib"
13
# Default value for LDDLFLAGS is $Config{lddlflags}="-shared -L/usr/local/lib"
14
# but we want rpath to be @libdir@ or @exec_prefix@/lib
14
# but we want rpath to be @libdir@ or @exec_prefix@/lib
15
    'LDDLFLAGS' =>      q[-bundle -flat_namespace -undefined suppress -Wl,-L../../../owlib/src/c/.libs],
15
    'LDDLFLAGS' =>      q[-bundle -flat_namespace -undefined suppress -Wl,-L../../../owlib/src/c/.libs],
(-)owfs-3.1p0.orig/module/swig/php/Makefile.am (+1 lines)
Lines 22-27 Link Here
22
	-I$(top_srcdir)/src/include \
22
	-I$(top_srcdir)/src/include \
23
	-I$(top_srcdir)/module/owlib/src/include \
23
	-I$(top_srcdir)/module/owlib/src/include \
24
	${EXTRACFLAGS} \
24
	${EXTRACFLAGS} \
25
	${LIBUSB_CFLAGS} \
25
	${PTHREAD_CFLAGS} \
26
	${PTHREAD_CFLAGS} \
26
	@PHPINC@
27
	@PHPINC@
27
28

Return to bug 277265