summaryrefslogtreecommitdiff
path: root/editors/xemacs/patches/patch-ak
diff options
context:
space:
mode:
authortron <tron>1999-07-03 15:43:32 +0000
committertron <tron>1999-07-03 15:43:32 +0000
commitd1b6feca379b8675fe4b5d7c2bbb44b5efdba6be (patch)
tree7b894f42af04a878107aad1444f4c0797896225e /editors/xemacs/patches/patch-ak
parent61053c25e9bc4d6215d4093ccac126f94b1be000 (diff)
downloadpkgsrc-d1b6feca379b8675fe4b5d7c2bbb44b5efdba6be.tar.gz
Enable sound support.
Diffstat (limited to 'editors/xemacs/patches/patch-ak')
-rw-r--r--editors/xemacs/patches/patch-ak10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/xemacs/patches/patch-ak b/editors/xemacs/patches/patch-ak
index 1cd83100a40..b2c950808c1 100644
--- a/editors/xemacs/patches/patch-ak
+++ b/editors/xemacs/patches/patch-ak
@@ -1,13 +1,15 @@
-$NetBSD: patch-ak,v 1.1 1999/06/29 23:13:42 tron Exp $
+$NetBSD: patch-ak,v 1.2 1999/07/03 15:43:33 tron Exp $
--- src/Makefile.in.in.orig Sat Jun 20 02:58:42 1998
-+++ src/Makefile.in.in Tue Jun 29 21:53:08 1999
-@@ -52,7 +52,7 @@
++++ src/Makefile.in.in Sat Jul 3 17:30:31 1999
+@@ -52,8 +52,8 @@
RECURSIVE_MAKE=@RECURSIVE_MAKE@
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@
++ld_libs_all=@ld_libs_all@ -lossaudio
ld_dynamic_link_flags=@ld_dynamic_link_flags@
+ extra_objs=@extra_objs@