Add -I${PREFIX}/include into output of orbit-config script, because it's
necessary for ports in order to find libIDL includes. Submitted by: vanilla
This commit is contained in:
parent
68dc80fe3d
commit
8041418f18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53546
4 changed files with 14 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= ORBit
|
PORTNAME= ORBit
|
||||||
PORTVERSION= 0.5.13
|
PORTVERSION= 0.5.13
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= stable/sources/ORBit
|
MASTER_SITE_SUBDIR= stable/sources/ORBit
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
||||||
--- orbit-config.in.orig Wed Sep 19 20:09:00 2001
|
--- orbit-config.in.orig Wed Sep 19 20:09:00 2001
|
||||||
+++ orbit-config.in Wed Oct 3 14:51:10 2001
|
+++ orbit-config.in Tue Jan 22 14:27:19 2002
|
||||||
@@ -28,8 +28,8 @@
|
@@ -28,8 +28,8 @@
|
||||||
|
|
||||||
Known values for TARGET are:
|
Known values for TARGET are:
|
||||||
|
@ -14,7 +14,7 @@ $FreeBSD$
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
exit $1
|
exit $1
|
||||||
@@ -87,8 +87,8 @@
|
@@ -87,10 +87,10 @@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
client|server)
|
client|server)
|
||||||
|
@ -23,5 +23,8 @@ $FreeBSD$
|
||||||
+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ @LIB_WRAP@ -lm"
|
+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ @LIB_WRAP@ -lm"
|
||||||
+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` "
|
+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` "
|
||||||
test "x$includedir" = "x/usr/include" \
|
test "x$includedir" = "x/usr/include" \
|
||||||
|| the_flags="$the_flags -I$includedir "
|
- || the_flags="$the_flags -I$includedir "
|
||||||
|
+ || the_flags="$the_flags -I$includedir -I@includedir@"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
--use-service=*)
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= ORBit
|
PORTNAME= ORBit
|
||||||
PORTVERSION= 0.5.13
|
PORTVERSION= 0.5.13
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= stable/sources/ORBit
|
MASTER_SITE_SUBDIR= stable/sources/ORBit
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
||||||
--- orbit-config.in.orig Wed Sep 19 20:09:00 2001
|
--- orbit-config.in.orig Wed Sep 19 20:09:00 2001
|
||||||
+++ orbit-config.in Wed Oct 3 14:51:10 2001
|
+++ orbit-config.in Tue Jan 22 14:27:19 2002
|
||||||
@@ -28,8 +28,8 @@
|
@@ -28,8 +28,8 @@
|
||||||
|
|
||||||
Known values for TARGET are:
|
Known values for TARGET are:
|
||||||
|
@ -14,7 +14,7 @@ $FreeBSD$
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
exit $1
|
exit $1
|
||||||
@@ -87,8 +87,8 @@
|
@@ -87,10 +87,10 @@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
client|server)
|
client|server)
|
||||||
|
@ -23,5 +23,8 @@ $FreeBSD$
|
||||||
+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ @LIB_WRAP@ -lm"
|
+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ @LIB_WRAP@ -lm"
|
||||||
+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` "
|
+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` "
|
||||||
test "x$includedir" = "x/usr/include" \
|
test "x$includedir" = "x/usr/include" \
|
||||||
|| the_flags="$the_flags -I$includedir "
|
- || the_flags="$the_flags -I$includedir "
|
||||||
|
+ || the_flags="$the_flags -I$includedir -I@includedir@"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
--use-service=*)
|
||||||
|
|
Loading…
Reference in a new issue