diff options
author | Tom Martin <slarti@gentoo.org> | 2004-09-01 10:59:48 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-09-01 10:59:48 +0000 |
commit | 4c302e90de2c9f8e26884e90f6ef55cb30ae8bf0 (patch) | |
tree | 4d90c32b3e19b82f6041184cc883f8d3a7ca0626 /dev-libs/m17n-lib/files | |
parent | Version bump to 4.1.3. Closes #61527. (Manifest recommit) (diff) | |
download | gentoo-2-4c302e90de2c9f8e26884e90f6ef55cb30ae8bf0.tar.gz gentoo-2-4c302e90de2c9f8e26884e90f6ef55cb30ae8bf0.tar.bz2 gentoo-2-4c302e90de2c9f8e26884e90f6ef55cb30ae8bf0.zip |
Included fPIC patchy goodness, closes #62447.
Diffstat (limited to 'dev-libs/m17n-lib/files')
-rw-r--r-- | dev-libs/m17n-lib/files/m17n-lib-1.1.0-fpic.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/m17n-lib/files/m17n-lib-1.1.0-fpic.patch b/dev-libs/m17n-lib/files/m17n-lib-1.1.0-fpic.patch new file mode 100644 index 000000000000..533943243772 --- /dev/null +++ b/dev-libs/m17n-lib/files/m17n-lib-1.1.0-fpic.patch @@ -0,0 +1,16 @@ +--- src/Makefile.in.orig 2004-08-16 03:07:41.000000000 +0100 ++++ src/Makefile.in 2004-09-01 11:48:46.746514784 +0100 +@@ -130,10 +130,10 @@ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ +- $(AM_CFLAGS) $(CFLAGS) ++ $(AM_CFLAGS) $(CFLAGS) -fPIC + CCLD = $(CC) +-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +- $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(AM_LDFLAGS) $(LDFLAGS) -fPIC -o $@ + SOURCES = $(libm17n_X_la_SOURCES) $(libm17n_core_la_SOURCES) \ + $(libm17n_gd_la_SOURCES) $(libm17n_gui_la_SOURCES) \ + $(libm17n_la_SOURCES) $(linkcore_SOURCES) $(linkgui_SOURCES) \ |