diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-22 12:30:11 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-22 12:30:11 +0000 |
commit | 8041418f18808ba183d6e6bc0ddc555f579274c3 (patch) | |
tree | 960b4da362661f01fa8a3a3a84ae5f22b24ad5cb /devel/ORBit | |
parent | 68dc80fe3d4403bc8cf91f0e7b90126adb078bd5 (diff) | |
download | ports-8041418f18808ba183d6e6bc0ddc555f579274c3.tar.gz ports-8041418f18808ba183d6e6bc0ddc555f579274c3.zip |
Notes
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=*) |