diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-22 20:30:11 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-22 20:30:11 +0800 |
commit | e992aa62494e4c660f129e43b529a225a25cce2e (patch) | |
tree | 302ae1adfbbbdfd6ed0457601b2e4ed63c112fcb /devel/ORBit | |
parent | d5143d2cac04b4708a7e08d5ad99bcb305dd0c5d (diff) | |
download | freebsd-ports-gnome-e992aa62494e4c660f129e43b529a225a25cce2e.tar.gz freebsd-ports-gnome-e992aa62494e4c660f129e43b529a225a25cce2e.tar.zst freebsd-ports-gnome-e992aa62494e4c660f129e43b529a225a25cce2e.zip |
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
Diffstat (limited to 'devel/ORBit')
-rw-r--r-- | devel/ORBit/Makefile | 1 | ||||
-rw-r--r-- | devel/ORBit/files/patch-ad | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 36871137f91c..ca231e40224a 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -7,6 +7,7 @@ PORTNAME= ORBit PORTVERSION= 0.5.13 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit diff --git a/devel/ORBit/files/patch-ad b/devel/ORBit/files/patch-ad index 67fb863369c4..0bb76e615318 100644 --- a/devel/ORBit/files/patch-ad +++ b/devel/ORBit/files/patch-ad @@ -2,7 +2,7 @@ $FreeBSD$ --- 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 @@ Known values for TARGET are: @@ -14,7 +14,7 @@ $FreeBSD$ EOF exit $1 -@@ -87,8 +87,8 @@ +@@ -87,10 +87,10 @@ ;; client|server) @@ -23,5 +23,8 @@ $FreeBSD$ + the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ @LIB_WRAP@ -lm" + the_flags="$the_flags `@GLIB_CONFIG@ --cflags` " 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=*) |