summaryrefslogtreecommitdiff
path: root/x11/finder/files/patch-ac
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-19 01:41:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-19 01:41:05 +0000
commitc7a1501b2d1ded260f6ded3601a2a11687bf9c37 (patch)
treef1bc278311a0d2a76182d6dec34846e8f5bcf5de /x11/finder/files/patch-ac
parentRemove gnomeres_applet as it depends on the old GNOME 1.4 libpanel. (diff)
Remove these ports as they depend on the old GNOME 1.4 libpanel.
Notes
Notes: svn path=/head/; revision=87244
Diffstat (limited to 'x11/finder/files/patch-ac')
-rw-r--r--x11/finder/files/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/finder/files/patch-ac b/x11/finder/files/patch-ac
deleted file mode 100644
index 7bc232024a68..000000000000
--- a/x11/finder/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- TaskMenu/Makefile.orig Thu Nov 30 17:43:15 2000
-+++ TaskMenu/Makefile Mon Dec 4 10:07:31 2000
-@@ -1,9 +1,9 @@
--INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
-+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I.
-
- OBJS=task-menu.o task-option.o task-manage.o task-icon.o task-global.o \
- task-operation.o
-
--CC=gcc
-+CC?=gcc
- CFLAGS+=$(INCLUDEFLAGS)
-
- default: $(OBJS)