mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
82795ec8b0
PR: 17459 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
61 lines
2.3 KiB
Plaintext
61 lines
2.3 KiB
Plaintext
*** Imakefile.orig Wed Mar 1 00:41:35 2000
|
|
--- Imakefile Mon Mar 13 01:45:29 2000
|
|
***************
|
|
*** 26,44 ****
|
|
#CCOPTIONS = -O2
|
|
#
|
|
# for debugging purposes uncomment the following line:
|
|
! CDEBUGFLAGS = -g
|
|
! STD_INCLUDES = -I. -I/usr/X11R6/include/X11
|
|
|
|
#------------------------------------------------------------------------
|
|
# Installation directories:
|
|
# Change the following as desired to suit your environment:
|
|
#------------------------------------------------------------------------
|
|
#
|
|
! PREFIX = /usr/local
|
|
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b2/psfiles
|
|
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0
|
|
! XCIRCUIT_BIN_DIR = $(PREFIX)/bin
|
|
! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
|
|
|
|
#------------------------------------------------------------------------
|
|
# Support for graphics double-buffering (A memory hog, but yields fastest
|
|
--- 26,44 ----
|
|
#CCOPTIONS = -O2
|
|
#
|
|
# for debugging purposes uncomment the following line:
|
|
! #CDEBUGFLAGS = -g
|
|
! STD_INCLUDES = -I. -I$(INCDIR)/X11
|
|
|
|
#------------------------------------------------------------------------
|
|
# Installation directories:
|
|
# Change the following as desired to suit your environment:
|
|
#------------------------------------------------------------------------
|
|
#
|
|
! #PREFIX = /usr/local
|
|
# XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b2/psfiles
|
|
! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit
|
|
! XCIRCUIT_BIN_DIR = $(BINDIR)
|
|
! XCIRCUIT_MAN_DIR = $(MANDIR)
|
|
|
|
#------------------------------------------------------------------------
|
|
# Support for graphics double-buffering (A memory hog, but yields fastest
|
|
***************
|
|
*** 56,62 ****
|
|
# Support for background rendering through ghostscript. Change this
|
|
# to the path where gs can be found.
|
|
# GS_EXEC= /usr/local/src/gs5.50/obj/gs
|
|
! GS_EXEC= /usr/bin/gs
|
|
|
|
#------------------------------------------------------------------------
|
|
# Window manager bug workaround---If you don't like xcircuit grabbing kbd
|
|
--- 56,62 ----
|
|
# Support for background rendering through ghostscript. Change this
|
|
# to the path where gs can be found.
|
|
# GS_EXEC= /usr/local/src/gs5.50/obj/gs
|
|
! GS_EXEC= %%LOCALBASE%%/bin/gs
|
|
|
|
#------------------------------------------------------------------------
|
|
# Window manager bug workaround---If you don't like xcircuit grabbing kbd
|