|
Lines 121-126
Link Here
|
| 121 |
-e "s/CFLAGS=.*$/CFLAGS=${CFLAGS}/" \ |
121 |
-e "s/CFLAGS=.*$/CFLAGS=${CFLAGS}/" \ |
| 122 |
-e "/^EFLAGS/s:=:&${LDFLAGS} :" \ |
122 |
-e "/^EFLAGS/s:=:&${LDFLAGS} :" \ |
| 123 |
Makefile.settings || die "sed failed" |
123 |
Makefile.settings || die "sed failed" |
|
|
124 |
if use debug; then |
| 125 |
echo "CFLAGS+=-DDEBUG" >> Makefile.settings \ |
| 126 |
|| die "Failed to add -DDEBUG" |
| 127 |
fi |
| 124 |
} |
128 |
} |
| 125 |
|
129 |
|
| 126 |
src_install() { |
130 |
src_install() { |