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:
parent
a4c8cf7547
commit
9684e2a7ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252436
@ -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>
|
||||
|
10
sysutils/xfce4-netload-plugin/files/patch-panel-plugin-os.h
Normal file
10
sysutils/xfce4-netload-plugin/files/patch-panel-plugin-os.h
Normal 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>
|
Loading…
Reference in New Issue
Block a user