FreeBSD Bugzilla – Attachment 135354 Details for
Bug 180207
[PATCH] audio/dumb: Add ALLEGRO_DEVEL, trim ALLEGRO Option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.14 KB, created by
nemysis
on 2013-07-02 17:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-07-02 17:40:00 UTC
Size:
1.14 KB
patch
obsolete
>diff -ruN /usr/ports/audio/dumb/Makefile ./Makefile >--- /usr/ports/audio/dumb/Makefile 2013-06-15 21:02:29.000000000 +0200 >+++ ./Makefile 2013-07-02 17:56:03.000000000 +0200 >@@ -12,12 +12,13 @@ > > USE_GMAKE= yes > >-OPTIONS_DEFINE= ALLEGRO >+OPTIONS_DEFINE= ALLEGRO ALLEGRO_DEVEL > ALLEGRO_DESC= Enable allegro support >+ALLEGRO_DEVEL_DESC= Enable allegro development version > > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MALLEGRO} >+.if ${PORT_OPTIONS:MALLEGRO} && ! ${PORT_OPTIONS:MALLEGRO_DEVEL} > LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro > PLIST_SUB+= ALLEGRO="" > MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" >@@ -29,6 +30,18 @@ > CONFLICTS= dumb-allegro-[0-9]* > .endif > >+.if ${PORT_OPTIONS:MALLEGRO} && ${PORT_OPTIONS:MALLEGRO_DEVEL} >+LIB_DEPENDS+= alleg.4:${PORTSDIR}/devel/allegro-devel >+PLIST_SUB+= ALLEGRO="" >+MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" >+PKGNAMESUFFIX= -allegro-devel >+CONFLICTS= dumb-[0-9]* >+.else >+PLIST_SUB+= ALLEGRO="@comment " >+MAKE_ARGS= _PORT_ALLEGRO_CFLAGS= >+CONFLICTS= dumb-allegro-devel[0-9]* >+.endif >+ > .if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" > CFLAGS+= -fPIC > .endif
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 180207
: 135354 |
135355
|
135356