diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-18 14:42:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-18 14:42:39 +0800 |
commit | 1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800 (patch) | |
tree | bef1524a56136117e3352e0ae75b3ae0334b801e /editors/gedit-autocomplete-plugin/files/patch-makefile | |
parent | 570d805f54b0c81c992b748c7fb24294956445ff (diff) | |
download | marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar.gz marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar.bz2 marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar.lz marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar.xz marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.tar.zst marcuscom-ports-1f421cb9b74349f4cdebdcf6ca8b91d58aaf8800.zip |
Mark BROKEN with gedit-2.14.
Submitted by: maintainer
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5972 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit-autocomplete-plugin/files/patch-makefile')
-rw-r--r-- | editors/gedit-autocomplete-plugin/files/patch-makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/gedit-autocomplete-plugin/files/patch-makefile b/editors/gedit-autocomplete-plugin/files/patch-makefile new file mode 100644 index 000000000..dd8312c40 --- /dev/null +++ b/editors/gedit-autocomplete-plugin/files/patch-makefile @@ -0,0 +1,14 @@ +--- 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/ |