mirror of
git://slackware.nl/current.git
synced 2025-01-16 15:41:42 +01:00
17 lines
876 B
Diff
17 lines
876 B
Diff
|
--- tigervnc-1.1.0/unix/xserver/hw/vnc/Makefile.am.orig 2011-08-09 23:16:36.000000000 +0200
|
||
|
+++ tigervnc-1.1.0/unix/xserver/hw/vnc/Makefile.am 2012-07-29 14:14:55.078998592 +0200
|
||
|
@@ -61,10 +61,10 @@
|
||
|
BUILT_SOURCES = $(nodist_Xvnc_SOURCES)
|
||
|
|
||
|
fb.h: $(top_srcdir)/fb/fb.h
|
||
|
- cat $(top_srcdir)/fb/fb.h | sed -e 's,and,c_and,' -e 's,xor,c_xor,' > $(srcdir)/fb.h
|
||
|
+ cat $(top_srcdir)/fb/fb.h | sed -e 's,and,c_and,g' -e 's,xor,c_xor,g' > $(srcdir)/fb.h
|
||
|
|
||
|
pixman.h: $(includedir)/pixman-1/pixman.h
|
||
|
- cat $(includedir)/pixman-1/pixman.h | sed 's/xor/c_xor/' > $(srcdir)/pixman.h
|
||
|
+ cat $(includedir)/pixman-1/pixman.h | sed 's/xor/c_xor/g' > $(srcdir)/pixman.h
|
||
|
|
||
|
fbrop.h: $(top_srcdir)/fb/fbrop.h
|
||
|
- cat $(top_srcdir)/fb/fbrop.h | sed -e 's,and,c_and,' -e 's,xor,c_xor,' > $(srcdir)/fbrop.h
|
||
|
+ cat $(top_srcdir)/fb/fbrop.h | sed -e 's,and,c_and,' -e 's,xor,c_xor,g' > $(srcdir)/fbrop.h
|