1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Some of the GNOME components now install their include files into

${PREFIX}/include/gnome-1.0 instead of plain ${PREFIX}/include, so make
gnome-config return appropriate cpp(1) flags necessary to find those
headers. Bump PORTREVISION accordingly.
This commit is contained in:
Maxim Sobolev 2001-10-09 07:40:18 +00:00
parent 25ffb4fb92
commit ed32c6b096
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48591
6 changed files with 12 additions and 9 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.4.1.2
PORTREVISION= 1
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs

View File

@ -1,8 +1,8 @@
$FreeBSD$
--- configure.orig Wed Aug 22 16:15:39 2001
+++ configure Wed Aug 22 16:17:10 2001
--- configure.orig Fri Oct 5 10:53:42 2001
+++ configure Fri Oct 5 12:02:38 2001
@@ -5416,7 +5416,7 @@
else
@ -33,7 +33,7 @@ $FreeBSD$
GNOME_LIBDIR='-L${libdir}'
-GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include'
+GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H'
+GNOME_INCLUDEDIR='-I${includedir}/gnome-1.0 -I${includedir} -DNEED_GNOMESUPPORT_H'
GNOME_IDLDIR='-I${datadir}/idl'

View File

@ -7,6 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.4.1.2
PORTREVISION= 1
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs

View File

@ -1,8 +1,8 @@
$FreeBSD$
--- configure.orig Wed Aug 22 16:15:39 2001
+++ configure Wed Aug 22 16:17:10 2001
--- configure.orig Fri Oct 5 10:53:42 2001
+++ configure Fri Oct 5 12:02:38 2001
@@ -5416,7 +5416,7 @@
else
@ -33,7 +33,7 @@ $FreeBSD$
GNOME_LIBDIR='-L${libdir}'
-GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include'
+GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H'
+GNOME_INCLUDEDIR='-I${includedir}/gnome-1.0 -I${includedir} -DNEED_GNOMESUPPORT_H'
GNOME_IDLDIR='-I${datadir}/idl'

View File

@ -7,6 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.4.1.2
PORTREVISION= 1
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs

View File

@ -1,8 +1,8 @@
$FreeBSD$
--- configure.orig Wed Aug 22 16:15:39 2001
+++ configure Wed Aug 22 16:17:10 2001
--- configure.orig Fri Oct 5 10:53:42 2001
+++ configure Fri Oct 5 12:02:38 2001
@@ -5416,7 +5416,7 @@
else
@ -33,7 +33,7 @@ $FreeBSD$
GNOME_LIBDIR='-L${libdir}'
-GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include'
+GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H'
+GNOME_INCLUDEDIR='-I${includedir}/gnome-1.0 -I${includedir} -DNEED_GNOMESUPPORT_H'
GNOME_IDLDIR='-I${datadir}/idl'