diff options
author | smace <smace@FreeBSD.org> | 1998-09-22 17:57:46 +0000 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1998-09-22 17:57:46 +0000 |
commit | 27888d04f4a9b52c95b640fcb6a418a607482667 (patch) | |
tree | ad4f95ccbca0a329194b12977b558c248ba9ac65 /audio/gsm | |
parent | 8e81b05ad14a6086b7ded874985a4565ef876dfa (diff) | |
download | FreeBSD-ports-27888d04f4a9b52c95b640fcb6a418a607482667.zip FreeBSD-ports-27888d04f4a9b52c95b640fcb6a418a607482667.tar.gz |
Convert to ELF
Diffstat (limited to 'audio/gsm')
-rw-r--r-- | audio/gsm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 199ff49..e87ea4d 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: pst # -# $Id: Makefile,v 1.11 1998/08/17 20:21:39 hoek Exp $ +# $Id: Makefile,v 1.12 1998/09/19 00:37:28 hoek Exp $ # DISTNAME= gsm-1.0.10 @@ -18,6 +18,6 @@ MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3 MLINKS= toast.1 untoast.1 toast.1 tcat.1 post-install: - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |