mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/rubygem-opengl: Clean up Makefile
This commit is contained in:
parent
16cc64805f
commit
3500203daa
1 changed files with 1 additions and 5 deletions
|
@ -16,10 +16,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||||
USES= gl gem
|
USES= gl gem
|
||||||
USE_GL= glut
|
USE_GL= glut
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
CONFIGURE_ARGS= --with-cflags=-Wno-incompatible-function-pointer-types
|
||||||
|
|
||||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
|
||||||
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue