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

Collapse All | Expand All

(-)emacs-22.1-orig/src/Makefile.in (+1 lines)
Lines 31-36 Link Here
31
# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
31
# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
32
srcdir=@srcdir@
32
srcdir=@srcdir@
33
VPATH=@srcdir@
33
VPATH=@srcdir@
34
libdir=@libdir@
34
CC=@CC@
35
CC=@CC@
35
CPP=@CPP@
36
CPP=@CPP@
36
CFLAGS=@CFLAGS@
37
CFLAGS=@CFLAGS@
(-)emacs-22.1-orig/src/m/ibms390x.h (-2 / +2 lines)
Lines 160-169 Link Here
160
#define XPNTR(a) XUINT (a)
160
#define XPNTR(a) XUINT (a)
161
161
162
#undef START_FILES
162
#undef START_FILES
163
#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
163
#define START_FILES pre-crt0.o $(libdir)/crt1.o $(libdir)/crti.o
164
164
165
#undef LIB_STANDARD
165
#undef LIB_STANDARD
166
#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
166
#define LIB_STANDARD -lgcc -lc -lgcc $(libdir)/crtn.o
167
167
168
/* arch-tag: 4b87653c-6add-4663-8691-7d9dc17b5519
168
/* arch-tag: 4b87653c-6add-4663-8691-7d9dc17b5519
169
   (do not change this comment) */
169
   (do not change this comment) */

Return to bug 205555