summaryrefslogtreecommitdiffstats
path: root/graphics/qslim/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-11-03 19:26:41 +0000
committerkrion <krion@FreeBSD.org>2003-11-03 19:26:41 +0000
commitdb745590d0bfa768013880dc275528df821d66ef (patch)
treed1fa8cdfa5d103b51ba46ae178480921b4f806f8 /graphics/qslim/Makefile
parent988d23bfeaa6dc26ccc5d57fc573e5973e0f86fe (diff)
downloadFreeBSD-ports-db745590d0bfa768013880dc275528df821d66ef.zip
FreeBSD-ports-db745590d0bfa768013880dc275528df821d66ef.tar.gz
- Fix build on -current
PR: 58877 Submitted by: Ports Fury
Diffstat (limited to 'graphics/qslim/Makefile')
-rw-r--r--graphics/qslim/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile
index d867746..c7357ff 100644
--- a/graphics/qslim/Makefile
+++ b/graphics/qslim/Makefile
@@ -33,15 +33,7 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include \
-I${X11BASE}/include/X11 ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 500034
CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive
-.endif
-
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
post-extract:
@${RM} -f ${WRKSRC}/mixkit/src/getopt.h
@@ -61,4 +53,4 @@ do-install:
@${MKDIR} ${PREFIX}/include/mixkit
${INSTALL_DATA} ${WRKSRC}/mixkit/src/*.h ${PREFIX}/include/mixkit
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud