svn commit: r413699 - in head/devel/libdap: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 20 20:42:33 UTC 2016


Author: sunpoet
Date: Wed Apr 20 20:42:31 2016
New Revision: 413699
URL: https://svnweb.freebsd.org/changeset/ports/413699

Log:
  - Fix build on 11-CURRENT

Deleted:
  head/devel/libdap/files/extra-patch-dds.yy
Modified:
  head/devel/libdap/Makefile

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Wed Apr 20 19:29:42 2016	(r413698)
+++ head/devel/libdap/Makefile	Wed Apr 20 20:42:31 2016	(r413699)
@@ -23,10 +23,4 @@ INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		bison charsetfix gmake libtool localbase pathfix
 
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-dds.yy
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list