mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-02 19:43:34 +02:00
Added patched version of rxvt-unicode 9.22.
This commit is contained in:
11
x11-terms/rxvt-unicode/files/rxvt-unicode-9.21-xsubpp.patch
Normal file
11
x11-terms/rxvt-unicode/files/rxvt-unicode-9.21-xsubpp.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/src/Makefile.in
|
||||
+++ b/src/Makefile.in
|
||||
@@ -136,7 +136,7 @@
|
||||
$(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
|
||||
|
||||
rxvtperl.C: rxvtperl.xs iom_perl.h iom_perl.xs typemap typemap.iom
|
||||
- PERL="$(PERL)" $(PERL) @PERLPRIVLIBEXP@/ExtUtils/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap 'typemap.iom' -typemap 'typemap' -prototypes $(srcdir)/rxvtperl.xs >$@
|
||||
+ PERL="$(PERL)" $(PERL) /usr/bin/xsubpp -C++ -typemap @PERLPRIVLIBEXP@/ExtUtils/typemap -typemap 'typemap.iom' -typemap 'typemap' -prototypes $(srcdir)/rxvtperl.xs >$@
|
||||
|
||||
rxvtperl.o: rxvtperl.C perlxsi.c
|
||||
$(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
|
||||
Reference in New Issue
Block a user