FreeBSD Bugzilla – Attachment 212099 Details for
Bug 244558
devel/py-evdev: remove unnecessary CPPFLAGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] remove unnecessary CPPFLAGS
pr-py-evdev-rm-cppflags.diff (text/plain), 859 bytes, created by
John Hein
on 2020-03-02 17:04:25 UTC
(
hide
)
Description:
[patch] remove unnecessary CPPFLAGS
Filename:
MIME Type:
Creator:
John Hein
Created:
2020-03-02 17:04:25 UTC
Size:
859 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 527329) >+++ Makefile (working copy) >@@ -13,13 +13,12 @@ > LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto >+BUILD_DEPENDS= ${EVDEVPROTOPREFIX}/include/linux/input.h:devel/evdev-proto > > USES= python > USE_PYTHON= autoplist distutils >-CPPFLAGS+= -I${LOCALBASE}/include # v4l_compat > >-EVDEV_INCLUDES= ${LOCALBASE}/include >+EVDEV_INCLUDES= ${EVDEVPROTOPREFIX}/include > > PYDISTUTILS_BUILD_TARGET= build_ecodes > PYDISTUTILS_BUILDARGS+= --evdev-headers ${EVDEV_INCLUDES}/linux/input.h:${EVDEV_INCLUDES}/linux/input-event-codes.h >@@ -35,3 +34,6 @@ > -name '*.so' -exec ${STRIP_CMD} {} + > > .include <bsd.port.mk> >+ >+EVDEVPROTOPREFIX?= ${LOCALBASE} >+V4L_COMPATPREFIX?= ${LOCALBASE}
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 244558
: 212099