summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-04-20 02:41:42 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-04-20 02:41:42 +0000
commit193b196e09fe9cd50447c55854e75407f3986939 (patch)
tree6c4b6afa9e40609759e33d623398aa185b35a9f9 /net-irc/atheme-services/files
parentRemove older unstable version (diff)
downloadgentoo-2-193b196e09fe9cd50447c55854e75407f3986939.tar.gz
gentoo-2-193b196e09fe9cd50447c55854e75407f3986939.tar.bz2
gentoo-2-193b196e09fe9cd50447c55854e75407f3986939.zip
Version bump to 7.0.0 and fix a possible bug in the live ebuild.
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
Diffstat (limited to 'net-irc/atheme-services/files')
-rw-r--r--net-irc/atheme-services/files/atheme-services-7.0.0-perl-build-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-irc/atheme-services/files/atheme-services-7.0.0-perl-build-fix.patch b/net-irc/atheme-services/files/atheme-services-7.0.0-perl-build-fix.patch
new file mode 100644
index 000000000000..196034e4ef0d
--- /dev/null
+++ b/net-irc/atheme-services/files/atheme-services-7.0.0-perl-build-fix.patch
@@ -0,0 +1,13 @@
+diff --git a/modules/scripting/perl/Makefile b/modules/scripting/perl/Makefile
+index b7e4dbd..bce7584 100644
+--- a/modules/scripting/perl/Makefile
++++ b/modules/scripting/perl/Makefile
+@@ -12,7 +12,7 @@ include ../../../buildsys.mk
+
+ plugindir = $(MODDIR)/modules/scripting
+
+-CPPFLAGS += -I../../../include -I. $(PERL_CFLAGS) -DPERL_MODDIR='"$(plugindir)"'
++CPPFLAGS += -I../../../include -I. $(PERL_CFLAGS) -DPERL_MODDIR=\"$(plugindir)\"
+ CFLAGS += $(PLUGIN_CFLAGS)
+ LDFLAGS += $(PLUGIN_LDFLAGS) $(PERL_LIBS)
+ LIBS += -L../../../libathemecore -lathemecore ${LDFLAGS_RPATH}