summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knoblich <stkn@gentoo.org>2005-02-15 22:48:01 +0000
committerStefan Knoblich <stkn@gentoo.org>2005-02-15 22:48:01 +0000
commit72b736d6f082d7748527795240618a5a366ad0bf (patch)
treefe341b973457c048e82f55eb6b929ac1101aa934 /net-misc/asterisk-app_iconv/files
parent+virtual/cdrtools app-cdr/cdrtools (diff)
downloadgentoo-2-72b736d6f082d7748527795240618a5a366ad0bf.tar.gz
gentoo-2-72b736d6f082d7748527795240618a5a366ad0bf.tar.bz2
gentoo-2-72b736d6f082d7748527795240618a5a366ad0bf.zip
Fixed astcfg patch
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc/asterisk-app_iconv/files')
-rw-r--r--net-misc/asterisk-app_iconv/files/app_iconv-0.8-astcfg.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/asterisk-app_iconv/files/app_iconv-0.8-astcfg.diff b/net-misc/asterisk-app_iconv/files/app_iconv-0.8-astcfg.diff
index 3b3957c91a8d..c9604607cc17 100644
--- a/net-misc/asterisk-app_iconv/files/app_iconv-0.8-astcfg.diff
+++ b/net-misc/asterisk-app_iconv/files/app_iconv-0.8-astcfg.diff
@@ -21,7 +21,7 @@
+ $(CC) -c $(CFLAGS) -o $@ $<
+
+app_iconv.so: app_iconv.o
-+ $(CC) $(SOLINK) $(LIBS) -o $@
++ $(CC) $(SOLINK) -o $@ $< $(LIBS)
+
+install:
+ if [ ! -d $(DESTDIR)$(ASTMODDIR) ]; then mkdir -p $(DESTDIR)$(ASTMODDIR); fi