diff options
author | wennmach <wennmach> | 2002-04-08 16:26:15 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2002-04-08 16:26:15 +0000 |
commit | 63e6933cfcff280f7cccbaa1949739477f4db1c8 (patch) | |
tree | e64136b1655a4684db5054deb174a5e2d296c75d /pkgtools | |
parent | aef9319c395eacee0eb44edcbf7fc4106e6c717c (diff) | |
download | pkgsrc-63e6933cfcff280f7cccbaa1949739477f4db1c8.tar.gz |
The location of postgres.h and utils/builtins.h has moved to
${PREFIX}/include/pgsql/server. Therefore:
o Change files/Makefile so that the include files are searched in both
possible locations
o Bump pkgconflict's revision to 0.3nb1
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgconflict/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkgconflict/files/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkgconflict/Makefile b/pkgtools/pkgconflict/Makefile index caba25e33c2..8d89f129625 100644 --- a/pkgtools/pkgconflict/Makefile +++ b/pkgtools/pkgconflict/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:41 agc Exp $ +# $NetBSD: Makefile,v 1.5 2002/04/08 16:26:15 wennmach Exp $ # -DISTNAME= pkgconflict-0.3 +DISTNAME= pkgconflict-0.3nb1 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkgconflict/files/Makefile b/pkgtools/pkgconflict/files/Makefile index 388a8e72b78..cd7e469c5ed 100644 --- a/pkgtools/pkgconflict/files/Makefile +++ b/pkgtools/pkgconflict/files/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/02 18:04:04 wennmach Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/08 16:26:15 wennmach Exp $ PGINCLUDE=@PREFIX@/include/pgsql .c.o: - cc -I${PGINCLUDE} -Wall -fpic -c $< + cc -I${PGINCLUDE} -I${PGINCLUDE}/server -Wall -fpic -c $< all: dewey_cmp.so |