Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145137 | Differences between
and this patch

Collapse All | Expand All

(-)../netbrake.orig/Makefile.in.orig (-2 / +3 lines)
Lines 10-17 Link Here
10
LIBNETBRAKE=libnetbrake.so.0.1
10
LIBNETBRAKE=libnetbrake.so.0.1
11
NETBRAKE=netbrake
11
NETBRAKE=netbrake
12
12
13
CC=gcc
13
CC?=gcc
14
CFLAGS= -fPIC -Wall -O2 -g
14
CFLAGS?= -fPIC -Wall -O2 -g
15
CFLAGS+= -fPIC
15
SHAREDFLAGS= -nostartfiles -shared -Wl,-soname,libnetbrake.so.0
16
SHAREDFLAGS= -nostartfiles -shared -Wl,-soname,libnetbrake.so.0
16
17
17
RANLIB=/usr/bin/ranlib
18
RANLIB=/usr/bin/ranlib

Return to bug 145137