pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/sox



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Jan  7 21:30:26 UTC 2017

Modified Files:
        pkgsrc/audio/sox: options.mk

Log Message:
sox: link with libossaudio if building oss option. package does not do this
already.

fixes build when oss option is selected (at least on netbsd 7.99.54).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/sox/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/sox/options.mk
diff -u pkgsrc/audio/sox/options.mk:1.5 pkgsrc/audio/sox/options.mk:1.6
--- pkgsrc/audio/sox/options.mk:1.5     Sat Oct 30 15:07:42 2010
+++ pkgsrc/audio/sox/options.mk Sat Jan  7 21:30:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2010/10/30 15:07:42 drochner Exp $
+# $NetBSD: options.mk,v 1.6 2017/01/07 21:30:26 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sox
 PKG_SUPPORTED_OPTIONS= lame oss
@@ -12,6 +12,7 @@ PKG_SUGGESTED_OPTIONS=
 .endif
 
 .if !empty(PKG_OPTIONS:Moss)
+LDFLAGS+=              -lossaudio
 .include "../../mk/oss.buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --without-oss



Home | Main Index | Thread Index | Old Index