do not collide with graphviz
bump common PKGNAME
This commit is contained in:
parent
8e159f3578
commit
0bedb0b925
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2004/11/14 12:49:46 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2004/11/28 13:00:40 sturm Exp $
|
||||
|
||||
COMMENT= "common library functions used by the UCL multicast utils"
|
||||
|
||||
DISTNAME= common-1.0.6
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= mbone
|
||||
|
||||
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
|
||||
@ -25,6 +25,6 @@ WRKDIST= ${WRKDIR}/common
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libcommon.a ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/libcommon.a ${PREFIX}/lib/libuclcommon.a
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/04/07 01:54:51 naddy Exp $
|
||||
lib/libcommon.a
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/11/28 13:00:40 sturm Exp $
|
||||
lib/libuclcommon.a
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-linux_Makefile_linux,v 1.1 2001/03/17 17:21:41 wilfried Exp $
|
||||
$OpenBSD: patch-linux_Makefile_linux,v 1.2 2004/11/28 13:00:40 sturm Exp $
|
||||
--- linux/Makefile.linux.orig Wed May 26 00:10:05 1999
|
||||
+++ linux/Makefile.linux Fri Mar 16 20:45:42 2001
|
||||
@@ -1,4 +1,4 @@
|
||||
@ -8,4 +8,4 @@ $OpenBSD: patch-linux_Makefile_linux,v 1.1 2001/03/17 17:21:41 wilfried Exp $
|
||||
CFLAGS += -DPROTOTYPES -DHAVE_UNISTD_H -DDEFINED_ERRLIST -D_intel_
|
||||
-LIBS += -lm -L/usr/X11R6/lib -lX11 -ldl
|
||||
-
|
||||
+LIBS += -lm -L/usr/X11R6/lib -lX11 -L/usr/local/lib -ltcl80 -ltk80 -lcommon
|
||||
+LIBS += -lm -L/usr/X11R6/lib -lX11 -L/usr/local/lib -ltcl80 -ltk80 -luclcommon
|
||||
|
Loading…
Reference in New Issue
Block a user