- remove unneeded gcc3 compile fix (don't make it link with supc++)
- regen PLIST while there - bump PKGNAME ok simon@
This commit is contained in:
parent
9d905eb41c
commit
15b11d21a0
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2006/01/13 23:40:24 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2007/01/17 12:28:44 ajacoutot Exp $
|
||||
|
||||
COMMENT= "mpeg video player library with sound support"
|
||||
|
||||
DISTNAME= smpeg-0.4.4
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
SHARED_LIBS= smpeg 2.0
|
||||
CATEGORIES= devel graphics
|
||||
|
||||
@ -34,10 +34,6 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-player
|
||||
|
||||
.include <bsd.own.mk>
|
||||
USE_GCC3?=No
|
||||
.if ${USE_GCC3:L} == "yes"
|
||||
MAKE_FLAGS+=libsmpeg_la_LIBADD="audio/libaudio.la video/libvideo.la -lsupc++"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${FILESDIR}/smpeg.3 ${PREFIX}/man/man3
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/07/03 21:35:24 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/01/17 12:28:44 ajacoutot Exp $
|
||||
bin/plaympeg
|
||||
bin/smpeg-config
|
||||
include/smpeg/
|
||||
@ -15,7 +15,7 @@ include/smpeg/MPEGvideo.h
|
||||
include/smpeg/smpeg.h
|
||||
lib/libsmpeg.a
|
||||
lib/libsmpeg.la
|
||||
@comment man/man1/gtv.1
|
||||
@comment @man man/man1/gtv.1
|
||||
@man man/man1/plaympeg.1
|
||||
@man man/man3/smpeg.3
|
||||
share/aclocal/
|
||||
|
Loading…
Reference in New Issue
Block a user