- Remove patch-config_guess per naddy's request
- Remove graphics/glut dependency as libglut isn't used (only examples need it and we don't build them by default) - Bump PKGNAME ok naddy@
This commit is contained in:
parent
05ffbe1cc4
commit
26688087de
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2004/11/30 01:06:35 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2005/01/20 19:35:10 alek Exp $
|
||||
|
||||
COMMENT= "OpenGL Extrusion library"
|
||||
|
||||
VERSION= 3.0.4
|
||||
DISTNAME= gle-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
HOMEPAGE= http://www.linas.org/gle/
|
||||
|
||||
LIB_DEPENDS= glut.3::graphics/glut
|
||||
|
||||
# Artistic/custom
|
||||
PERMIT_PACKAGE_CDROM= "unclear"
|
||||
PERMIT_PACKAGE_FTP= "unclear"
|
||||
|
File diff suppressed because it is too large
Load Diff
11
graphics/gle/patches/patch-configure
Normal file
11
graphics/gle/patches/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2005/01/20 19:35:10 alek Exp $
|
||||
--- configure.orig Tue Jan 18 11:53:18 2005
|
||||
+++ configure Tue Jan 18 11:53:28 2005
|
||||
@@ -3192,7 +3192,6 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
|
||||
X_LIBS="-lglut $X_LIBS"
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
-{ echo "configure: error: Cannot find required glut library" 1>&2; exit 1; }
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user