I would rather not make this change in Makefile.in.in. Shouldn't this
happen through configure? Why isn't LDFLAGS already part of ld_switch_all
when automake is run. Ditto with LIBOSSAUDIO.
- Vin
On Fri, Feb 20, 2015 at 11:13 AM, Hauke Fath <hf(a)spg.tu-darmstadt.de> wrote:
On Tue, 17 Feb 2015 21:12:51 +0100, Hauke Fath wrote:
> I guess autoconf should have added an -lossaudio on the way.
After building a package from hg checkout, and more playing around, I
think you are missing the first part of the patch-src_Makefile.in.in
pkgsrc patch:
$NetBSD: patch-src_Makefile.in.in,v 1.1 2015/02/04 09:19:20 hauke Exp $
--- src/Makefile.in.in.orig 2015-01-29 15:04:29.000000000 +0000
+++ src/Makefile.in.in
@@ -72,8 +72,8 @@ CPPFLAGS=@CPPFLAGS@
LDFLAGS=@LDFLAGS@
c_switch_all=@c_switch_all@
-ld_switch_all=@ld_switch_all@
-ld_libs_all=@ld_libs_all@
+ld_switch_all=@ld_switch_all@ @LDFLAGS@
+ld_libs_all=@ld_libs_all@ @LIBOSSAUDIO@
ld_dynamic_link_flags=@ld_dynamic_link_flags@
After applying the above, ./configure ; make ; src/xemacs -vanilla is
successful.
> Btw: Is there an easy way of building a release tarball from the hg
> checkout?
To answer my own question: "Tar it up." :o)
Cheerio,
hauke
--
The ASCII Ribbon Campaign Hauke Fath
() No HTML/RTF in email Institut für Nachrichtentechnik
/\ No Word docs in email TU Darmstadt
Respect for open standards Ruf +49-6151-16-3281
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta