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

Collapse All | Expand All

(-)Makefile.in.orig (-2 / +2 lines)
Lines 5-11 Link Here
5
CPP = @CPP@
5
CPP = @CPP@
6
CFLAGS = @CFLAGS@
6
CFLAGS = @CFLAGS@
7
LDFLAGS = @LDFLAGS@
7
LDFLAGS = @LDFLAGS@
8
CPPFLAGS = -D_GNU_SOURCE -I/usr/include/slang @CPPFLAGS@ 
8
CPPFLAGS = -D_GNU_SOURCE @CPPFLAGS@ 
9
GNU_LD = @GNU_LD@
9
GNU_LD = @GNU_LD@
10
10
11
VERSION = @VERSION@
11
VERSION = @VERSION@
Lines 29-35 Link Here
29
ifneq ($(GNU_LD),)
29
ifneq ($(GNU_LD),)
30
SHLIBFLAGS= -Wl,--version-script,newt.0.52.ver -Wl,-soname,$(LIBNEWTSONAME)
30
SHLIBFLAGS= -Wl,--version-script,newt.0.52.ver -Wl,-soname,$(LIBNEWTSONAME)
31
else
31
else
32
SHLIBFLAGS=
32
SHLIBFLAGS= -install_name $(libdir)/$(LIBNEWTSH)
33
endif
33
endif
34
34
35
SHCFLAGS = -fPIC
35
SHCFLAGS = -fPIC

Return to bug 380957