diff options
author | asami <asami@FreeBSD.org> | 1996-01-31 11:12:48 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-01-31 11:12:48 +0000 |
commit | da069b0c485bed987161ebd6dc6907683b15e547 (patch) | |
tree | 635aea26c9ebfd01a649244d3c02389c335edbb7 /graphics/tgif/files | |
parent | f2bf7a0ce1802c7b01bf63ddbbbede855a675d79 (diff) | |
download | FreeBSD-ports-da069b0c485bed987161ebd6dc6907683b15e547.zip FreeBSD-ports-da069b0c485bed987161ebd6dc6907683b15e547.tar.gz |
tgif, an X11-based drawing tool.
Submitted by: Brian Clapper <bmc@telebase.com>
Diffstat (limited to 'graphics/tgif/files')
-rw-r--r-- | graphics/tgif/files/patch-aa | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/graphics/tgif/files/patch-aa b/graphics/tgif/files/patch-aa new file mode 100644 index 0000000..c83f113 --- /dev/null +++ b/graphics/tgif/files/patch-aa @@ -0,0 +1,41 @@ +*** Imakefile.orig Thu Oct 12 13:18:39 1995 +--- Imakefile Fri Jan 19 12:38:23 1996 +*************** +*** 44,52 **** + PROGRAMS = tgif prtgif XCOMM frontend11.o testdrive + XCOMM CDEBUGFLAGS= -g + XCOMM INSTPGMFLAGS= -s +! XCOMM BINDIR = /u/multimedia/$(MACHINE)/bin +! XCOMM MANPATH = /u/multimedia/man +! XCOMM TGIFDIR = /u/multimedia/lib/X11/tgif + TGIFDIR = $(LIBDIR)/tgif + DEFINES = -DTGIF_PATH=\"$(TGIFDIR)\" -DPSFILE_MOD=0664 \@@\ + -DEPSF_FILE_EXT=\"eps\" -DPS_FILE_EXT=\"ps\" \@@\ +--- 44,52 ---- + PROGRAMS = tgif prtgif XCOMM frontend11.o testdrive + XCOMM CDEBUGFLAGS= -g + XCOMM INSTPGMFLAGS= -s +! BINDIR = /usr/X11R6/bin +! MANPATH = /usr/X11R6/man +! TGIFDIR = /usr/X11R6/lib/X11/tgif + TGIFDIR = $(LIBDIR)/tgif + DEFINES = -DTGIF_PATH=\"$(TGIFDIR)\" -DPSFILE_MOD=0664 \@@\ + -DEPSF_FILE_EXT=\"eps\" -DPS_FILE_EXT=\"ps\" \@@\ +*************** +*** 54,60 **** + -DOBJ_FILE_EXT=\"obj\" -DSYM_FILE_EXT=\"sym\" \@@\ + -DTEXT_FILE_EXT=\"txt\" \@@\ + -DTELEPORT_ATTR=\"warp_to=\" -DTMP_DIR=\"/tmp/\" \@@\ +! -DLAUNCH_ATTR=\"launch=\" -DEXEC_ATTR=\"exec=\" + + XCOMM Things to try to add to the DEFINES line above: + XCOMM +--- 54,61 ---- + -DOBJ_FILE_EXT=\"obj\" -DSYM_FILE_EXT=\"sym\" \@@\ + -DTEXT_FILE_EXT=\"txt\" \@@\ + -DTELEPORT_ATTR=\"warp_to=\" -DTMP_DIR=\"/tmp/\" \@@\ +! -DLAUNCH_ATTR=\"launch=\" -DEXEC_ATTR=\"exec=\" -D_BSD \@@\ +! -D_USE_XDRAWPOINT_TO_PUT_A_POINT + + XCOMM Things to try to add to the DEFINES line above: + XCOMM |