aboutsummaryrefslogtreecommitdiff
path: root/russian/wmcyrx/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'russian/wmcyrx/files/patch-aa')
-rw-r--r--russian/wmcyrx/files/patch-aa49
1 files changed, 0 insertions, 49 deletions
diff --git a/russian/wmcyrx/files/patch-aa b/russian/wmcyrx/files/patch-aa
deleted file mode 100644
index 27bb15739adc..000000000000
--- a/russian/wmcyrx/files/patch-aa
+++ /dev/null
@@ -1,49 +0,0 @@
---- Makefile.orig Wed Apr 28 08:17:54 1999
-+++ Makefile Sun Sep 8 17:58:29 2002
-@@ -1,31 +1,34 @@
-
--I = -I/usr/openwin/include -I/usr/local/include
-+I = -I${LOCALBASE}/include
- #L = -Bstatic -lXpm -Bdynamic -lX11 -lXext
--L = -L/usr/local/lib -L/usr/openwin/lib -L/usr/X11/lib -lXpm -lX11 -lXext
-+L = -L${LOCALBASE}/lib -L/usr/lib -lXpm -lX11 -lXext
- #CC = gcc -O $I -DXLIB_ILLEGAL_ACCESS
--CC=CC -O $I -DXLIB_ILLEGAL_ACCESS
-+CXX ?= c++
-+CXXFLAGS= ${COPT} $I -DXLIB_ILLEGAL_ACCESS
-+CC ?= cc
-+CFLAGS+= $I -DXLIB_ILLEGAL_ACCESS
-
--cyrx2: cyrx2.o cyrmapper.o
-- $(CC) cyrx2.o cyrmapper.o -o cyrx2 $L
-+all: cyrx2.o cyrmapper.o
-+ $(CXX) $(CXXFLAGS) cyrx2.o cyrmapper.o -o cyrx2 $L
-
- cyrx: cyrx.o cyrmapper.o
-- $(CC) -xildoff cyrx.o cyrmapper.o -o cyrx $L
-+ $(CXX) $(CXXFLAGS) -xildoff cyrx.o cyrmapper.o -o cyrx $L
-
- cyrx2.o: cyrx2.cc
-- $(CC) cyrx2.cc -c -o cyrx2.o
-+ $(CXX) $(CXXFLAGS) cyrx2.cc -c -o cyrx2.o
-
- cyrx.o: cyrx.cc cyrmapper.h cyrl.h cyrx.icon cright.icon
-- $(CC) cyrx.cc -c -o cyrx.o
-+ $(CXX) $(CXXFLAGS) cyrx.cc -c -o cyrx.o
-
-
- cyrmapper.o: cyrmapper.cc cyrmapper.h
-- $(CC) cyrmapper.cc -c -o cyrmapper.o
-+ $(CXX) $(CXXFLAGS) cyrmapper.cc -c -o cyrmapper.o
-
- test: test.cc
-- $(CC) test.cc -o test -lg++
-+ $(CXX) $(CXXFLAGS) test.cc -o test -lg++
-
--test: gen.c
-- $(CC) gen.c -o gen
-+gen: gen.c
-+ $(CC) $(CFLAGS) gen.c -o gen
-
-
- tabs: