diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-07-22 09:26:13 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-07-22 09:26:13 +0800 |
commit | c85fe280c5ea1cb159ab1fdc87090edfd1ea180e (patch) | |
tree | 4fd2292e668ceaf3d171ea85b81d8993f3a0ac9a /audio/faac/Makefile | |
parent | 98a9e38a13446798081a05090a98e99494bde959 (diff) | |
download | freebsd-ports-gnome-c85fe280c5ea1cb159ab1fdc87090edfd1ea180e.tar.gz freebsd-ports-gnome-c85fe280c5ea1cb159ab1fdc87090edfd1ea180e.tar.zst freebsd-ports-gnome-c85fe280c5ea1cb159ab1fdc87090edfd1ea180e.zip |
Remove windows stuff and fix so faac will compile with gstreamer-plugins
PR: 69388
Submitted by: maintainer
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 230bf65583ff..434cbe98e9e8 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -7,6 +7,7 @@ PORTNAME= faac PORTVERSION= 1.24 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= faac @@ -31,6 +32,7 @@ INSTALLS_SHLIB= yes pre-patch: build-depends post-patch: + @${ECHO_CMD} "" >>${WRKSRC}/libfaac/psych.h @cd ${WRKSRC}; ${ACLOCAL} -I .; \ ${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake @${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \ |