1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Unbreak on recent versions of FreeBSd-8.

Submitted by:	Brian Powell <bp2626@yahoo.com>
This commit is contained in:
Dmitry Sivachenko 2010-04-08 08:54:52 +00:00
parent a4c8cf7547
commit 9684e2a7ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252436
2 changed files with 11 additions and 7 deletions

View File

@ -22,10 +22,4 @@ USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv panel
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800045
BROKEN= does not compile: error: net/if_ppp.h: No such file or directory
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -0,0 +1,10 @@
--- panel-plugin/os.h.orig 2010-04-08 12:52:28.000000000 +0400
+++ panel-plugin/os.h 2010-04-08 12:52:47.000000000 +0400
@@ -95,7 +95,6 @@
#include <net/if_mib.h>
#include <arpa/inet.h>
#include <net/ppp_defs.h>
-#include <net/if_ppp.h>
#elif __NetBSD__ /* N E T B S D */
#include <stdio.h>
#include <sys/param.h>