diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 09:45:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 09:45:58 +0000 |
commit | 9d898a1172327dc202ed160033a29484ab400933 (patch) | |
tree | e7e683fa5c4e56d236384b5090da7b75a86e2a47 /graphics/povray31 | |
parent | 27e3ffc8097cb75f2449972d9c4bb5d0c4297f46 (diff) | |
download | ports-9d898a1172327dc202ed160033a29484ab400933.tar.gz ports-9d898a1172327dc202ed160033a29484ab400933.zip |
Notes
Diffstat (limited to 'graphics/povray31')
-rw-r--r-- | graphics/povray31/files/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/povray31/files/patch-ab b/graphics/povray31/files/patch-ab index d2c766c96143..ca37fbe6a7bd 100644 --- a/graphics/povray31/files/patch-ab +++ b/graphics/povray31/files/patch-ab @@ -1,5 +1,5 @@ ---- source/unix/makefile.orig Mon Nov 22 02:12:37 1999 -+++ source/unix/makefile Wed Sep 1 12:40:10 2004 +--- source/unix/makefile.orig Mon Nov 22 09:12:37 1999 ++++ source/unix/makefile Sat Dec 2 03:42:45 2006 @@ -53,7 +53,7 @@ #CFLAGS = -O6 -finline-functions -ffast-math -c -ansi -m386 -DCPU=586 -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) @@ -19,6 +19,15 @@ # The X11 variable should point to the top-level directory where the X11 # libraries and include files are located. It should really be set in # your system startup script (ie .cshrc or .profile) so that it can be +@@ -78,7 +75,7 @@ + # for some AIX systems: + #X11 = /usr/lpp/X11 + +-X11 = /usr/X11R6 ++X11 = $(X11BASE) + + # You probably won't need to change these if you have the X11 variable + # above set properly... @@ -90,10 +87,10 @@ # Use libXXX.a if you want to force static linking of the libraries. # Use -Llibdir -lXXX if you want to use shared libraries (if they are |