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

(-)a/configure.in (+2 lines)
Lines 1481-1486 if test "$WITH_GCC" = yes; then Link Here
1481
  NOINLINE='-D__NO_MATH_INLINES'
1481
  NOINLINE='-D__NO_MATH_INLINES'
1482
fi
1482
fi
1483
1483
1484
CC_LDFLAGS="$CC_LDFLAGS $LDFLAGS"
1485
FC_LDFLAGS="$FC_LDFLAGS $LDFLAGS"
1484
# flag for possible compilations in configure
1486
# flag for possible compilations in configure
1485
CFLAGS=$CC_OPTIONS
1487
CFLAGS=$CC_OPTIONS
1486
LDFLAGS=$CC_LDFLAGS
1488
LDFLAGS=$CC_LDFLAGS
(-)a/routines/gzvt/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
include ../../Makefile.incl 
1
include ../../Makefile.incl 
2
2
3
# imlib-config --libs-gdk is needed for some gnome versions 
3
# imlib-config --libs-gdk is needed for some gnome versions 
4
LDFLAGS= `gnome-config --libs zvt`   `imlib-config --libs-gdk`
4
LDFLAGS+= `gnome-config --libs zvt`   `imlib-config --libs-gdk`
5
#CFLAGS=  `gtk-config --cflags` `gnome-config --cflags gnome` 
5
#CFLAGS=  `gtk-config --cflags` `gnome-config --cflags gnome` 
6
CFLAGS=  `gnome-config --cflags gnome` `imlib-config --cflags`
6
CFLAGS=  `gnome-config --cflags gnome` `imlib-config --cflags`
7
7
(-)a/routines/gzvt2/Makefile.in (-1 / +1 lines)
Lines 9-15 include ../../Makefile.incl Link Here
9
VTE_CFLAGS=  `pkg-config vte gtk+-2.0 --cflags` 
9
VTE_CFLAGS=  `pkg-config vte gtk+-2.0 --cflags` 
10
10
11
TERM_NAME=@TERM_NAME@
11
TERM_NAME=@TERM_NAME@
12
LDFLAGS=$(@TERM_LDFLAGS@)
12
LDFLAGS+=$(@TERM_LDFLAGS@)
13
13
14
all	::  ../../bin/zterm 
14
all	::  ../../bin/zterm 
15
15

Return to bug 333877