Re: [BUGS] pg_config Makefile bogon...

2002-09-09 Thread Peter Eisentraut
Sean Chittenden writes: > Attached is a quick patch that fixes making pg_config. When making > the port on FreeBSD, it uses commas in the LDFLAGS section of the > configure args and sed doesn't grok that so well. Patch just changes > the delimiters. -sc Fixed. -- Peter Eisentraut [EMAIL P

[BUGS] pg_config Makefile bogon...

2002-09-08 Thread Sean Chittenden
Attached is a quick patch that fixes making pg_config. When making the port on FreeBSD, it uses commas in the LDFLAGS section of the configure args and sed doesn't grok that so well. Patch just changes the delimiters. -sc Now: sed -e 's|@bindir@|/usr/local/bin|g' \ -e 's|@includedir@|/us