From: | "David Reid" <dreid(at)jetnet(dot)co(dot)uk> |
---|---|
To: | pgsql-patches(at)hub(dot)org |
Subject: | [PATCH] BeOS support |
Date: | 2000-10-07 12:55:10 |
Message-ID: | 200010071159.e97Bx3g07451@www.jetnet.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
This small patch basically brings the build process back up to date.
Things had moved on between submitting tha patch and it being applied.
You guys just do too much work! :)
Index: configure.in
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/configure.in,v
retrieving revision 1.52
diff -u -c -r1.52 configure.in
cvs server: conflicting specifications of output style
*** configure.in 2000/10/03 19:50:19 1.52
--- configure.in 2000/10/07 11:56:46
***************
*** 56,61 ****
--- 56,62 ----
case $host_os in
aix*) template=aix ;;
+ beos*) template=beos ;;
bsdi*) template=bsdi ;;
cygwin*) template=win ;;
dgux*) template=dgux ;;
Index: src/template/beos
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/src/template/beos,v
retrieving revision 1.2
diff -u -c -r1.2 beos
cvs server: conflicting specifications of output style
*** src/template/beos 2000/10/03 03:11:26 1.2
--- src/template/beos 2000/10/07 11:56:46
***************
*** 1,9 ****
! AROPT:crs
! SHARED_LIB:-fpic -DPIC
! CFLAGS:-O2
! SRCH_INC:
! SRCH_LIB:
! USE_LOCALE:no
! DLSUFFIX:.so
! YFLAGS:-d
! YACC:bison -y
--- 1,9 ----
! AROPT=crs
! SHARED_LIB="-fpic -DPIC"
! CFLAGS=-O2
! SRCH_INC=
! SRCH_LIB=
! USE_LOCALE=no
! DLSUFFIX=.so
! YFLAGS=-d
! YACC="bison -y"
From | Date | Subject | |
---|---|---|---|
Next Message | David Reid | 2000-10-07 13:44:34 | Error loggin in BeOS |
Previous Message | Bruce Momjian | 2000-10-05 14:28:12 | Re: Re: [ANNOUNCE] Announce: Release of PyGreSQL version 3.0 |