diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-10 09:02:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-10 09:02:32 +0000 |
commit | 1913b3d3722b086d57024cba56995750719b10e0 (patch) | |
tree | db22aebb215695011fa41c6459aac7e6d2935def /graphics/tgif | |
parent | dfaf6ef2f2e158ec0b916ecae2bb4f1d14a21374 (diff) | |
download | ports-1913b3d3722b086d57024cba56995750719b10e0.tar.gz ports-1913b3d3722b086d57024cba56995750719b10e0.zip |
Notes
Diffstat (limited to 'graphics/tgif')
-rw-r--r-- | graphics/tgif/files/patch-aa | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/graphics/tgif/files/patch-aa b/graphics/tgif/files/patch-aa index c83f11328a3c..82c6133640bf 100644 --- a/graphics/tgif/files/patch-aa +++ b/graphics/tgif/files/patch-aa @@ -1,5 +1,5 @@ -*** Imakefile.orig Thu Oct 12 13:18:39 1995 ---- Imakefile Fri Jan 19 12:38:23 1996 +*** Imakefile.orig Mon Jul 10 21:09:00 1995 +--- Imakefile Sat Mar 9 20:33:14 1996 *************** *** 44,52 **** PROGRAMS = tgif prtgif XCOMM frontend11.o testdrive @@ -39,3 +39,20 @@ XCOMM Things to try to add to the DEFINES line above: XCOMM +*************** +*** 66,72 **** + XCOMM VMS: -D_NO_GETTIMEOFDAY + XCOMM Linux: -D_BACKGROUND_DONT_FORK -D_USE_XDRAWPOINT_TO_PUT_A_POINT + +! LOCAL_LIBRARIES = $(XLIB) + XCOMM LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) + DEPLIBS = $(DEPXLIB) + SYS_LIBRARIES = -lm +--- 67,73 ---- + XCOMM VMS: -D_NO_GETTIMEOFDAY + XCOMM Linux: -D_BACKGROUND_DONT_FORK -D_USE_XDRAWPOINT_TO_PUT_A_POINT + +! LOCAL_LIBRARIES = $(XLIB) -lcompat + XCOMM LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) + DEPLIBS = $(DEPXLIB) + SYS_LIBRARIES = -lm |