FreeBSD Bugzilla – Attachment 45990 Details for
Bug 70735
[UPDATE] Enable OPTIONS feature of ports/graphics/glide3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
glide3.patch
glide3.patch (text/plain), 1.10 KB, created by
Ying-Chieh Chen
on 2004-08-20 18:20:22 UTC
(
hide
)
Description:
glide3.patch
Filename:
MIME Type:
Creator:
Ying-Chieh Chen
Created:
2004-08-20 18:20:22 UTC
Size:
1.10 KB
patch
obsolete
>diff -ruN /usr/ports/graphics/glide3/Makefile glide3/Makefile >--- /usr/ports/graphics/glide3/Makefile Sat Jul 31 23:59:47 2004 >+++ glide3/Makefile Fri Aug 20 22:27:05 2004 >@@ -10,11 +10,6 @@ > PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= http://people.freebsd.org/~anholt/dri/files/ >-.ifdef WITH_VOODOO3 >-PKGNAMESUFFIX= -v3 >-.else >-PKGNAMESUFFIX= -v5 >-.endif > DISTNAME= Glide3-FreeBSD-${PORTVERSION} > EXTRACT_SUFX= .tar.bz2 > #The distfile is CVS Glide3-FreeBSD branch with */glide3/tests/* removed >@@ -41,17 +36,22 @@ > # Glide3 DOES NOT work with CFLAGS greater than -O2 > CFLAGS+= -O > >+OPTIONS= VOODOO3 "Enable this if you have a Voodoo3 or Banshee card" off >+ > .include <bsd.port.pre.mk> > > .if ${OSVERSION} >= 500113 > BROKEN= "Does not compile on FreeBSD ${OSVERSION}" > .endif > >-.ifdef WITH_VOODOO3 >-CONFIGURE_ARGS+= --enable-fx-glide-hw=h3 >+.if defined(WITH_VOODOO3) >+PKGNAMESUFFIX= -v3 > .else >-pre-everything:: >- @${ECHO_MSG} "Use make -DWITH_VOODOO3 if you have a Voodoo3 or Banshee card" >+PKGNAMESUFFIX= -v5 >+.endif >+ >+.if defined(WITH_VOODOO3) >+CONFIGURE_ARGS+= --enable-fx-glide-hw=h3 > .endif > > pre-configure:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70735
: 45990