diff options
author | jmcneill <jmcneill> | 2015-03-09 16:10:04 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2015-03-09 16:10:04 +0000 |
commit | 63453392f54507c263aacc0bf51ec3a46dd014e2 (patch) | |
tree | 12e323bc7e97d3b586874d91f3a71094df1bffd0 /multimedia | |
parent | 186ace22faa338ba30a8d26079c69e1ad1253e2f (diff) | |
download | pkgsrc-63453392f54507c263aacc0bf51ec3a46dd014e2.tar.gz |
remove -DOLD_RASPBERRYPI_USERLAND now that misc/raspberrypi-userland is updated with anaglyph support
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/omxplayer/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/omxplayer/Makefile b/multimedia/omxplayer/Makefile index 090f5d6e5c9..1bf3e554fdc 100644 --- a/multimedia/omxplayer/Makefile +++ b/multimedia/omxplayer/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2015/01/18 23:09:25 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2015/03/09 16:10:04 jmcneill Exp $ DISTNAME= omxplayer-20150118 +PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.invisible.ca/packages/distfiles/ EXTRACT_SUFX= .zip @@ -22,9 +23,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-earm*hf CFLAGS+= -DPREFIX=\"${PREFIX}\" CFLAGS+= -Dfopen64=fopen -Dfseeko64=fseeko -Dftello64=ftello -# Remove this when raspberrypi-userland is updated with anaglyph support -CFLAGS+= -DOLD_RASPBERRYPI_USERLAND - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/omxplayer.bin ${DESTDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/omxplayer ${DESTDIR}${PREFIX}/bin |