summaryrefslogtreecommitdiff
path: root/audio/gsm/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-04-18 16:32:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-04-18 16:32:25 +0000
commit88168b3693da8f15dbee5d7c0307e08df6921f53 (patch)
tree8985b080029755b553c9fe5a0d45033bac18d7f0 /audio/gsm/Makefile
parentUpgrade to version 0.21 (diff)
Don't define USE_FLOAT_MUL, cause SIGFPE in FreeBSD
Make shared library too (changes needed for upcoming speak_freely port)
Notes
Notes: svn path=/head/; revision=3007
Diffstat (limited to 'audio/gsm/Makefile')
-rw-r--r--audio/gsm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile
index 53bdd725fb44..4b560850773b 100644
--- a/audio/gsm/Makefile
+++ b/audio/gsm/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: pst
#
-# $Id: Makefile,v 1.3 1995/04/11 19:46:43 asami Exp $
+# $Id: Makefile,v 1.4 1995/08/17 05:10:20 pst Exp $
#
DISTNAME= gsm-1.0.7
@@ -12,4 +12,7 @@ MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
WRKSRC= ${WRKDIR}/gsm-1.0-pl7
+post-install:
+ /sbin/ldconfig -m ${PREFIX}/lib
+
.include <bsd.port.mk>