FreeBSD Bugzilla – Attachment 203273 Details for
Bug 236914
[patch] games/vegastrike failed to install when mesher was enabled.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to games/vegastrike/Makefile
vegastrike.diff (text/plain), 1.33 KB, created by
Hiroo Ono
on 2019-03-31 14:27:18 UTC
(
hide
)
Description:
patch to games/vegastrike/Makefile
Filename:
MIME Type:
Creator:
Hiroo Ono
Created:
2019-03-31 14:27:18 UTC
Size:
1.33 KB
patch
obsolete
>Index: games/vegastrike/Makefile >=================================================================== >--- games/vegastrike/Makefile (revision 496801) >+++ games/vegastrike/Makefile (working copy) >@@ -19,18 +19,21 @@ > RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/vegastrike.ico:games/vegastrike-data > LIB_DEPENDS= ${PY_BOOST} \ > libexpat.so:textproc/expat2 \ >+ libogg.so:audio/libogg \ >+ libpng16.so:graphics/png \ > libvorbis.so:audio/libvorbis \ >- libogg.so:audio/libogg >+ libfontconfig.so:x11-fonts/fontconfig \ >+ libfreetype.so:print/freetype2 > >-USES= compiler:c++11-lang dos2unix gmake localbase:ldflags \ >+USES= compiler:c++11-lang dos2unix gmake jpeg localbase:ldflags \ > openal:al pkgconfig python:2.7 tar:bzip2 > USE_CXXSTD= c++98 > GNU_CONFIGURE= yes > USE_SDL= sdl >-USE_GL= glut >+USE_GL= gl glu glut > USE_XORG= sm ice xi x11 xext xrender xinerama xi xrandr xcursor \ >- xcomposite xdamage xfixes >-USE_GNOME= gtk20 >+ xcomposite xdamage xfixes xmu >+USE_GNOME= cairo gdkpixbuf2 gtk20 > DOS2UNIX_GLOB= *.cpp *.h > EXTRACT_AFTER_ARGS= --exclude boost > LLD_UNSAFE= yes >@@ -48,7 +51,8 @@ > OPTIONS_DEFINE= MESHER DOCS > MESHER_DESC= Enable mesher modelling tool > >-MESHER_PLIST_FILES= bin/mesher >+MESHER_BIN_FILES= bin/mesher >+MESHER_PLIST_FILES= ${MESHER_BIN_FILES} > MESHER_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d > MESHER_CONFIGURE_ENABLE= ogre >
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 236914
:
203273
|
203283
|
203700