Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438310 - =dev-tcltk/tkXwin-1.0-{r1,r2} don't respect CFLAGS
Summary: =dev-tcltk/tkXwin-1.0-{r1,r2} don't respect CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-14 10:27 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2012-10-14 11:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vicente Olivert Riera (RETIRED) gentoo-dev 2012-10-14 10:27:02 UTC
# grep ^CFLAGS /etc/make.conf
CFLAGS="-march=k8 -O2 -pipe -g0 -Wimplicit-function-declaration"

=dev-tcltk/tkXwin-1.0-r1:
make -j1 
/bin/sh ./libtool --mode=compile gcc -DVERSION=\"1.0\" -DUSE_TCL_STUBS=1  -I. -I.  -I"/usr/include"      -O2  -fPIC -c tkXwin.c

=dev-tcltk/tkXwin-1.0-r2:
make -j1 
/bin/sh ./libtool --mode=compile x86_64-pc-linux-gnu-gcc -DVERSION=\"1.0\" -DUSE_TCL_STUBS=1  -I. -I.  -I"/usr/include"      -O2  -fPIC -c tkXwin.c
mkdir .libs
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-10-14 11:29:13 UTC
+*tkXwin-1.0-r3 (14 Oct 2012)
+
+  14 Oct 2012; Justin Lecher <jlec@gentoo.org> tkXwin-1.0-r1.ebuild,
+  tkXwin-1.0-r2.ebuild, +tkXwin-1.0-r3.ebuild,
+  +files/tkXwin-1.0-configure.patch:
+  Add missing dep on x11-libs/libXScrnSaver, #438308; respect CFLAGS, #438310
+