diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-08-27 20:58:57 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-08-27 20:58:57 +0000 |
commit | 05f53e2093d0f3edf8d83aeaf83ee54467f9e810 (patch) | |
tree | e7234f1f88d2bd720eb351069360b09f75304654 /net-misc/asterisk-app_iconv/files | |
parent | Removed 0.31.3 since it's obsoleted by -r1 (diff) | |
download | gentoo-2-05f53e2093d0f3edf8d83aeaf83ee54467f9e810.tar.gz gentoo-2-05f53e2093d0f3edf8d83aeaf83ee54467f9e810.tar.bz2 gentoo-2-05f53e2093d0f3edf8d83aeaf83ee54467f9e810.zip |
Version bump.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/asterisk-app_iconv/files')
-rw-r--r-- | net-misc/asterisk-app_iconv/files/app_iconv-0.9.1-astcfg.diff | 35 | ||||
-rw-r--r-- | net-misc/asterisk-app_iconv/files/digest-asterisk-app_iconv-0.9.1 | 1 |
2 files changed, 36 insertions, 0 deletions
diff --git a/net-misc/asterisk-app_iconv/files/app_iconv-0.9.1-astcfg.diff b/net-misc/asterisk-app_iconv/files/app_iconv-0.9.1-astcfg.diff new file mode 100644 index 000000000000..569612d0620c --- /dev/null +++ b/net-misc/asterisk-app_iconv/files/app_iconv-0.9.1-astcfg.diff @@ -0,0 +1,35 @@ +--- app_iconv/Makefile.orig 2005-08-27 23:02:02.000000000 +0000 ++++ app_iconv/Makefile 2005-08-27 23:02:58.000000000 +0000 +@@ -8,15 +8,13 @@ + + NAME=app_iconv + +-CFLAGS=-g -Wall -D_REENTRANT -D_GNU_SOURCE -fPIC ++DESTDIR= ++ ++CFLAGS+=-g -Wall -D_REENTRANT -D_GNU_SOURCE -fPIC + LIBS= + RES=$(shell if [ -f /usr/include/asterisk/channel.h ]; then echo "$(NAME).so"; fi) + +-ifeq (${OSARCH},Darwin) +-SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace +-else +-SOLINK=-shared -Xlinker -x +-endif ++SOLINK=$(shell /usr/bin/asterisk-config --solink) + + MODULES_DIR=/usr/lib/asterisk/modules + +@@ -28,10 +26,8 @@ + clean: + rm -f $(NAME).o $(NAME).so + +-install: all +- if [ -f $(NAME).so ]; then \ +- install -m 755 $(NAME).so $(MODULES_DIR) ; \ +- fi ++install: ++ install -D -m 755 $(NAME).so $(DESTDIR)$(MODULES_DIR) + + reload: install + asterisk -rx "unload ${RES}" diff --git a/net-misc/asterisk-app_iconv/files/digest-asterisk-app_iconv-0.9.1 b/net-misc/asterisk-app_iconv/files/digest-asterisk-app_iconv-0.9.1 new file mode 100644 index 000000000000..24abefe226c6 --- /dev/null +++ b/net-misc/asterisk-app_iconv/files/digest-asterisk-app_iconv-0.9.1 @@ -0,0 +1 @@ +MD5 c666ae819642b608a70d827809c261c7 app_iconv-0.9.1.tgz 2870 |