Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2002 18:14:24 +0100
From:      "Simon L. Nielsen" <simon@nitro.dk>
To:        freebsd-binup@freebsd.org
Subject:   Minor build patch
Message-ID:  <20021222171423.GG380@nitro.dk>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]

Hello

To get things started here is a small patch to make binup actually build
against recent postgresql.

-- 
Simon L. Nielsen

[-- Attachment #2 --]
Index: server/Makefile
===================================================================
RCS file: /home/mirror/freebsd/ncvs/projects/binup/server/Makefile,v
retrieving revision 1.7
diff -u -d -r1.7 Makefile
--- server/Makefile	19 Dec 2000 12:36:30 -0000	1.7
+++ server/Makefile	22 Dec 2002 17:07:12 -0000
@@ -3,6 +3,8 @@
 #
 # Murray Stokely
 #
+# $FreeBSD
+#
 
 CC      = gcc
 CFLAGS  = -g -Wall -I../common/
@@ -27,8 +29,8 @@
 MYSQLOBJS = mysql.o
 
 ## PostgreSQL Support
-PGSQLLIBS = -L/usr/local/pgsql/lib -lpq
-PGSQLINCS = -I/usr/local/pgsql/include
+PGSQLLIBS = -L/usr/local/lib -lpq
+PGSQLINCS = -I/usr/local/include
 PGSQLOBJS = pgsql.o
 
 .if defined(WITH_PGSQL) || exists(/usr/local/pgsql/)

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021222171423.GG380>