FreeBSD Bugzilla – Attachment 196696 Details for
Bug 231015
games/crashtest: Use pkg-config to find libode, etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
crashtest.patch (text/plain), 1.75 KB, created by
Yuri Victorovich
on 2018-08-30 06:41:07 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2018-08-30 06:41:07 UTC
Size:
1.75 KB
patch
obsolete
>Index: games/crashtest/Makefile >=================================================================== >--- games/crashtest/Makefile (revision 477407) >+++ games/crashtest/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= crashtest > PORTVERSION= 1.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games > MASTER_SITES= http://www.stolk.org/crashtest/ > >@@ -10,11 +10,17 @@ > MAINTAINER= amdmi3@FreeBSD.org > COMMENT= Educational crash simulator > >-BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:devel/ode \ >- ${LOCALBASE}/lib/libplibul.a:x11-toolkits/plib >-LIB_DEPENDS= libfltk.so:x11-toolkits/fltk >+LICENSE= GPLv2+ > >+BUILD_DEPENDS= ${LOCALBASE}/lib/libplibul.a:x11-toolkits/plib >+LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ >+ libfontconfig.so:x11-fonts/fontconfig \ >+ libode.so:devel/ode \ >+ libpng16.so:graphics/png >+ >+USES= jpeg pkgconfig > USE_GL= gl glu >+USE_XORG= x11 xcursor xext xfixes xft xinerama xrender > > BUILD_WRKSRC= ${WRKSRC}/src-crashtest > >Index: games/crashtest/files/patch-src-crashtest_Makefile >=================================================================== >--- games/crashtest/files/patch-src-crashtest_Makefile (revision 477407) >+++ games/crashtest/files/patch-src-crashtest_Makefile (working copy) >@@ -11,7 +11,7 @@ > > #PLIBPREFIX=$(HOME) > #ODEPREFIX=$(HOME) >-@@ -10,15 +9,13 @@ CXX=g++ >+@@ -10,19 +9,17 @@ CXX=g++ > > # END OF CUSTOM SETTINGS > >@@ -30,3 +30,8 @@ > > OBJS=staticworldobject.o crashtest.o dynamicobject.o cartobject.o > >+-LIBS= $(ODEPREFIX)/lib/libode.a -lplibssgaux -lplibssg -lplibsg -lplibpu -lplibfnt -lplibul -lGLU -lGL `fltk-config --use-gl --use-images --ldflags` >++LIBS= `pkg-config --libs ode` -lplibssgaux -lplibssg -lplibsg -lplibpu -lplibfnt -lplibul -lGLU -lGL `fltk-config --use-gl --use-images --ldflags` >+ >+ >+ all: crashtest
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 231015
: 196696