FreeBSD Bugzilla – Attachment 88009 Details for
Bug 124742
[PATCH] graphics/ogre3d: make demos compilation optional, disabled by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ogre3d.patch
ogre3d.patch (text/plain), 1.05 KB, created by
Dmitry Marakasov
on 2008-06-19 04:20:01 UTC
(
hide
)
Description:
ogre3d.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2008-06-19 04:20:01 UTC
Size:
1.05 KB
patch
obsolete
>diff -ruN ogre3d.orig/Makefile ogre3d/Makefile >--- ogre3d.orig/Makefile 2008-06-19 06:22:10.000000000 +0400 >+++ ogre3d/Makefile 2008-06-19 06:24:48.000000000 +0400 >@@ -23,11 +23,11 @@ > WRKSRC= ${WRKDIR}/ogre > CONFIGURE_ARGS= --disable-cg --program-transform-name= --enable-static \ > --with-cppunit-prefix=/nonexistent --disable-freeimage >-CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG" \ >- ZZIPLIB_CFLAGS="-I${LOCALBASE}/include" \ >+CONFIGURE_ENV+= ZZIPLIB_CFLAGS="-I${LOCALBASE}/include" \ > ZZIPLIB_LIBS="-L${LOCALBASE}/lib -lzzip" > >-OPTIONS= GTK "Use GTK instead of Xt gui" off >+OPTIONS= GTK "Use GTK instead of Xt gui" off \ >+ DEMOS "Build OGRE demos" off > > GNU_CONFIGURE= YES > USE_AUTOTOOLS= libtool:15 >@@ -40,6 +40,16 @@ > > .include <bsd.port.pre.mk> > >+.if !defined(WITH_DEBUG) >+CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG" >+.else >+CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" >+.endif >+ >+.if !defined(WITH_DEMOS) >+CONGIGURE_ARGS+= --disable-ogre-demos >+.endif >+ > .if defined(WITH_GTK) > USE_GNOME+= gtk20 > CONFIGURE_ARGS+=--with-gui=gtk
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 124742
: 88009