- fix potential 64-bit issues
- regen PLIST - specify license version
This commit is contained in:
parent
aeadb2fcac
commit
899540555a
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2007/09/15 21:26:01 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2008/11/23 00:42:08 jasper Exp $
|
||||
|
||||
COMMENT= full featured GTK Napster client
|
||||
DISTNAME= lopster-1.2.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lopster/}
|
||||
|
||||
HOMEPAGE= http://lopster.sourceforge.net/
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
11
audio/lopster/patches/patch-src_getopt_c
Normal file
11
audio/lopster/patches/patch-src_getopt_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_getopt_c,v 1.1 2008/11/23 00:42:08 jasper Exp $
|
||||
--- src/getopt.c.orig Sun Nov 23 01:34:51 2008
|
||||
+++ src/getopt.c Sun Nov 23 01:37:18 2008
|
||||
@@ -43,6 +43,7 @@
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
+#include <string.h>
|
||||
|
||||
/* Comment out all this code if we are using the GNU C Library, and are not
|
||||
actually compiling the library itself. This code is part of the GNU C
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2005/01/23 21:42:49 naddy Exp $
|
||||
bin/lopster
|
||||
@comment $OpenBSD: PLIST,v 1.11 2008/11/23 00:42:08 jasper Exp $
|
||||
@bin bin/lopster
|
||||
share/lopster/
|
||||
share/lopster/pixmaps/
|
||||
share/lopster/pixmaps/arrowd.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user