diff options
author | 2009-11-18 19:12:20 +0000 | |
---|---|---|
committer | 2009-11-18 19:12:20 +0000 | |
commit | 56c8d9be2ce6dc50df431c94c637e53ab0ca2739 (patch) | |
tree | d70b14df49c97ad997526a07e0c070763f9b3cbf /x11-libs/openmotif/files | |
parent | stable x86, bug 293033 (diff) | |
download | historical-56c8d9be2ce6dc50df431c94c637e53ab0ca2739.tar.gz historical-56c8d9be2ce6dc50df431c94c637e53ab0ca2739.tar.bz2 historical-56c8d9be2ce6dc50df431c94c637e53ab0ca2739.zip |
Don't override LDFLAGS, fixes bug 293573.
Package-Manager: portage-2.2_rc50/cvs/Linux i686
Diffstat (limited to 'x11-libs/openmotif/files')
-rw-r--r-- | x11-libs/openmotif/files/openmotif-2.3.2-ldflags.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-libs/openmotif/files/openmotif-2.3.2-ldflags.patch b/x11-libs/openmotif/files/openmotif-2.3.2-ldflags.patch new file mode 100644 index 000000000000..7a84720ea0f5 --- /dev/null +++ b/x11-libs/openmotif/files/openmotif-2.3.2-ldflags.patch @@ -0,0 +1,24 @@ +http://bugs.gentoo.org/293573 + +--- openmotif-2.3.2-orig/lib/Mrm/Makefile.am ++++ openmotif-2.3.2/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openmotif-2.3.2-orig/lib/Xm/Makefile.am ++++ openmotif-2.3.2/lib/Xm/Makefile.am +@@ -11,7 +11,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + |