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
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