summaryrefslogtreecommitdiff
path: root/editors/abiword-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword-devel/files')
-rw-r--r--editors/abiword-devel/files/patch-aa11
-rw-r--r--editors/abiword-devel/files/patch-af10
-rw-r--r--editors/abiword-devel/files/patch-ag13
3 files changed, 0 insertions, 34 deletions
diff --git a/editors/abiword-devel/files/patch-aa b/editors/abiword-devel/files/patch-aa
deleted file mode 100644
index ce0149fac22c..000000000000
--- a/editors/abiword-devel/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- af/gr/unix/Makefile.orig Fri Apr 9 08:47:46 1999
-+++ af/gr/unix/Makefile Sun May 9 10:40:19 1999
-@@ -25,7 +25,7 @@
- CPPSRCS= gr_UnixGraphics.cpp \
- gr_UnixImage.cpp
-
--INCLUDES= -I/usr/X11R6/include
-+INCLUDES= -I/usr/local/include -I/usr/X11R6/include
-
- TARGETS= $(OBJS)
-
diff --git a/editors/abiword-devel/files/patch-af b/editors/abiword-devel/files/patch-af
deleted file mode 100644
index dc6c520f1370..000000000000
--- a/editors/abiword-devel/files/patch-af
+++ /dev/null
@@ -1,10 +0,0 @@
---- af/xap/unix/xap_UnixFont.cpp.orig Tue Apr 20 07:35:11 1999
-+++ af/xap/unix/xap_UnixFont.cpp Sun May 9 10:40:19 1999
-@@ -21,6 +21,7 @@
- #include <stdarg.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- #include <sys/stat.h>
-
- #include "ut_string.h"
diff --git a/editors/abiword-devel/files/patch-ag b/editors/abiword-devel/files/patch-ag
deleted file mode 100644
index 1681bef3593e..000000000000
--- a/editors/abiword-devel/files/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
---- config/abi_defs.mk.orig Thu Apr 29 10:46:27 1999
-+++ config/abi_defs.mk Sun May 9 10:40:19 1999
-@@ -230,8 +230,8 @@
- ## We should change this when get non-gtk versions on unix....
-
- ifeq ($(ABI_NATIVE),unix)
--CFLAGS += `gtk-config --cflags`
--EXTRA_LIBS += `gtk-config --libs`
-+CFLAGS += `gtk12-config --cflags`
-+EXTRA_LIBS += `gtk12-config --libs`
- endif
-
- ##################################################################