diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-18 08:39:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-18 08:39:36 +0000 |
commit | ed8779539ca1d151c064b5e4146c36eb16f68763 (patch) | |
tree | c7dba8239b97f8d31d54de409c3529eb36fe27bf /audio/liba52/Makefile | |
parent | 44337542a8533369184ae9305ea45ded22a609a3 (diff) |
[PATCH] audio/liba52: powerpc build requires -fPIC
Powerpc is similar to amd64 in that it requires -fPIC when
building shared libs
Portversion bump to differentiate between builds.
PR: ports/122899
Submitted by: Peter Grehan <grehan@FreeBSD.org>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=215052
Diffstat (limited to 'audio/liba52/Makefile')
-rw-r--r-- | audio/liba52/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index 6f0425c8aa37..5468827fa50d 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -7,7 +7,7 @@ PORTNAME= liba52 PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://liba52.sourceforge.net/files/ DISTNAME= a52dec-${PORTVERSION:S/.b/b/} |