FreeBSD Bugzilla – Attachment 196817 Details for
Bug 231044
Makefile in graphics/aalib 1.4.0 requires CFLAGS to have -I/usr/local/include
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add cflags
aalib (text/plain), 575 bytes, created by
Nathan
on 2018-09-03 16:34:03 UTC
(
hide
)
Description:
Add cflags
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-09-03 16:34:03 UTC
Size:
575 bytes
patch
obsolete
>Index: graphics/aalib/Makefile >=================================================================== >--- graphics/aalib/Makefile (revision 478870) >+++ graphics/aalib/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= aalib > DISTVERSION= 1.4rc5 >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= graphics > MASTER_SITES= SF/aa-project/aa-lib/1.4rc5 > >@@ -20,7 +20,8 @@ > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > INFO= aalib >-LDFLAGS+= -L${LOCALBASE}/lib >+MAKE_ARGS= LDFLAGS+="-L${LOCALBASE}/lib" \ >+ CFLAGS+="${CFLAGS} -I${LOCALBASE}/include" > > .include <bsd.port.options.mk> >
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 231044
:
196817
|
196819