diff options
author | 2005-02-08 12:00:41 +0000 | |
---|---|---|
committer | 2005-02-08 12:00:41 +0000 | |
commit | c0b704914aa32fb3df78db204c5ecf8dee1c3040 (patch) | |
tree | a3e82b28ef2753a8e6c95f48dd92375e081b5d8a /x11-plugins/gaim-otr/files | |
parent | Filter -Os; bug #74708. (diff) | |
download | historical-c0b704914aa32fb3df78db204c5ecf8dee1c3040.tar.gz historical-c0b704914aa32fb3df78db204c5ecf8dee1c3040.tar.bz2 historical-c0b704914aa32fb3df78db204c5ecf8dee1c3040.zip |
80405
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'x11-plugins/gaim-otr/files')
-rw-r--r-- | x11-plugins/gaim-otr/files/gaim-otr-1.0.3-fPIC.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-plugins/gaim-otr/files/gaim-otr-1.0.3-fPIC.patch b/x11-plugins/gaim-otr/files/gaim-otr-1.0.3-fPIC.patch new file mode 100644 index 000000000000..6f00b02e0ae4 --- /dev/null +++ b/x11-plugins/gaim-otr/files/gaim-otr-1.0.3-fPIC.patch @@ -0,0 +1,11 @@ +--- gaim-otr-1.0.3/Makefile~ 2005-01-18 18:03:58.000000000 +0000 ++++ gaim-otr-1.0.3/Makefile 2005-02-07 22:35:51.173494112 +0000 +@@ -39,7 +39,7 @@ + + all: $(TARGET) + +-$(TARGET): otr-plugin.o ui.o dialogs.o $(LIBOTRLIBDIR)/libotr.a ++$(TARGET): otr-plugin.o ui.o dialogs.o $(LIBOTRLIBDIR)/libotr.so + $(CC) -g -shared $(LDFLAGS) $^ -o $@ $(LDLIBS) + + install: all |