aboutsummaryrefslogtreecommitdiff
path: root/editors/gedit-autocomplete-plugin/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gedit-autocomplete-plugin/files/patch-makefile')
-rw-r--r--editors/gedit-autocomplete-plugin/files/patch-makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/gedit-autocomplete-plugin/files/patch-makefile b/editors/gedit-autocomplete-plugin/files/patch-makefile
deleted file mode 100644
index dd8312c404c1..000000000000
--- a/editors/gedit-autocomplete-plugin/files/patch-makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- makefile.orig Sun Sep 12 16:11:44 2004
-+++ makefile Mon Oct 17 08:06:34 2005
-@@ -2,8 +2,8 @@
- GEDIT_VERSION=gedit-2.4
-
- all:
-- gcc -march=i686 -O3 -s -Wall -fPIC -shared `pkg-config $(GEDIT_VERSION) --libs --cflags` *.c -o libautocomplete.so
-+ $(CC) $(CFLAGS) -Wall -fPIC -shared `pkg-config $(GEDIT_VERSION) --libs --cflags` *.c -o libautocomplete.so
-
- install:
-- cp libautocomplete.so /usr/lib/gedit-2/plugins/
-- cp autocomplete.gedit-plugin /usr/lib/gedit-2/plugins/
-+ $(BSD_INSTALL_PROGRAM) libautocomplete.so $(PREFIX)/lib/gedit-2/plugins/
-+ $(BSD_INSTALL_DATA) autocomplete.gedit-plugin $(PREFIX)/lib/gedit-2/plugins/