aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-03-21 01:18:19 +0800
committermiwi <miwi@FreeBSD.org>2007-03-21 01:18:19 +0800
commit2b6cad0b23900c13744ee27a44d8869499f1e4e4 (patch)
treebf6156f73ddb6d2028e76b3e40cbde9838cddecd /ports-mgmt
parentb9808c69d4e7c11be05773446ccc5c6f72154cdb (diff)
downloadfreebsd-ports-gnome-2b6cad0b23900c13744ee27a44d8869499f1e4e4.tar.gz
freebsd-ports-gnome-2b6cad0b23900c13744ee27a44d8869499f1e4e4.tar.zst
freebsd-ports-gnome-2b6cad0b23900c13744ee27a44d8869499f1e4e4.zip
- Remove inclusion of <sgtty.h>
PR: 110363 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c
index 459c65cf1926..a7edf22b41b9 100644
--- a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c
+++ b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c
@@ -1,5 +1,13 @@
--- ./libMGPM/src/MGPMrShowLeavesDelete.c.orig Mon Dec 12 15:32:34 2005
+++ ./libMGPM/src/MGPMrShowLeavesDelete.c Fri Dec 8 17:13:00 2006
+@@ -28,7 +28,6 @@
+ */
+
+ #include <libMGPM.h>
+-#include <sgtty.h>
+
+ int nuke( char* leafPortDir );
+ int rebuildDb( structProperty* property );
@@ -39,19 +39,21 @@
char exact[] = "exact";
char id[] = "MGPMrShowLeavesDelete";