diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-24 01:27:10 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-24 01:27:10 +0800 |
commit | b1e96e327ffedc254f2ff802ffc606b40faf6c53 (patch) | |
tree | 00f23e865080a6aac23e01717e1702ac1a75ff2f /cad/xcircuit/files | |
parent | 61eb4c9643147eeb935ee129ba9fe0707ab18f22 (diff) | |
download | freebsd-ports-gnome-b1e96e327ffedc254f2ff802ffc606b40faf6c53.tar.gz freebsd-ports-gnome-b1e96e327ffedc254f2ff802ffc606b40faf6c53.tar.zst freebsd-ports-gnome-b1e96e327ffedc254f2ff802ffc606b40faf6c53.zip |
* Updated version 2.0a11 to 2.0b1
* Added secondary site to MASTER_SITES
PR: 15465
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'cad/xcircuit/files')
-rw-r--r-- | cad/xcircuit/files/patch-aa | 49 |
1 files changed, 43 insertions, 6 deletions
diff --git a/cad/xcircuit/files/patch-aa b/cad/xcircuit/files/patch-aa index 8c08bb370e4f..f732fba4d2d6 100644 --- a/cad/xcircuit/files/patch-aa +++ b/cad/xcircuit/files/patch-aa @@ -1,23 +1,60 @@ -*** Imakefile.orig Tue Oct 26 22:43:27 1999 ---- Imakefile Wed Oct 27 04:11:29 1999 +*** Imakefile.orig Thu Nov 25 07:05:35 1999 +--- Imakefile Tue Dec 14 04:46:02 1999 *************** -*** 31,39 **** +*** 24,40 **** + #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.0a11/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b1/psfiles ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0 XCIRCUIT_BIN_DIR = $(PREFIX)/bin XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 ---- 31,39 ---- +--- 24,40 ---- + #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.0a11/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b1/psfiles ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/X11/xcircuit XCIRCUIT_BIN_DIR = $(PREFIX)/bin XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 +*************** +*** 87,95 **** + # DEC Alpha, Solaris and other SVR4 systems need the following, + # or if you have compilation errors about "dp->d_name" being + # undefined: +! #DIRENT = -DSVR4_DIRENT + # Otherwise, +! DIRENT = + + # My DECstation (Ultrix) has something funny going on in XLib. . . if there + # is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1" +--- 87,95 ---- + # DEC Alpha, Solaris and other SVR4 systems need the following, + # or if you have compilation errors about "dp->d_name" being + # undefined: +! DIRENT = -DSVR4_DIRENT + # Otherwise, +! #DIRENT = + + # My DECstation (Ultrix) has something funny going on in XLib. . . if there + # is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1" |