]> git.pld-linux.org Git - packages/povray.git/commitdiff
not needed, i have better patch
authorMaciej Pijanka <agaran@pld-linux.org>
Sat, 30 Jun 2001 09:39:06 +0000 (09:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    patchek -> 1.2

patchek [deleted file]

diff --git a/patchek b/patchek
deleted file mode 100644 (file)
index 8337827..0000000
--- a/patchek
+++ /dev/null
@@ -1,49 +0,0 @@
-diff -Naur povray31/source/unix/makefile povray31-pvm/source/unix/makefile
---- povray31/source/unix/makefile      Sat Jun 30 00:35:25 2001
-+++ povray31-pvm/source/unix/makefile  Sat Jun 30 00:13:31 2001
-@@ -44,7 +44,7 @@
- #
- #
- # CFLAGS      = -O2 -ansi -c -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) $(XLIBINC)
--LFLAGS      = $(LIBPNGLIB) $(ZLIBLIB) -lm
-+LFLAGS      = $(LIBPNGLIB) $(ZLIBLIB)  -lm 
- # Linux compiler flags, generic
- #CFLAGS      = -O6 -finline-functions -ffast-math -c -ansi -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC)
-@@ -239,6 +239,7 @@
-           $(ODIR)/vbuffer$(OBJ)  \
-           $(ODIR)/vlbuffer$(OBJ) \
-           $(ODIR)/warps$(OBJ)    \
-+          $(ODIR)/pvm$(OBJ)      \
-           $(MACHINE_OBJ)
- #
-@@ -1518,6 +1519,10 @@
-                           $(SRCDIR)/vector.h   \
-                           $(SRCDIR)/warps.h
-+pvmDEP                  = $(SRCDIR)/pvm.c      \
-+                          config.h             \
-+                          $(SRCDIR)/pvm.h
-+
- xwindowsDEP             = xwindows.c           \
-                           config.h             \
-                           unixconf.h           \
-@@ -1550,7 +1555,7 @@
-       @echo
- $(UTARGET):   $(POVOBJS) $(ODIR)/unix$(OBJ)
--      $(CC) $(POVOBJS) $(ODIR)/unix$(OBJ) $(LFLAGS) -o $(UTARGET)
-+      $(CC) $(POVOBJS) $(ODIR)/unix$(OBJ) /usr/lib/libpvm3.a $(LFLAGS) -o $(UTARGET)
- svga: $(STARGET)
-       @echo
-@@ -1823,6 +1828,8 @@
-+$(ODIR)/pvm$(OBJ)    : $(pvmDEP)
-+      $(CC) $(CFLAGS) $(SRCDIR)/pvm.c
This page took 0.151572 seconds and 4 git commands to generate.