summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-04 05:57:29 +0000
committerasami <asami@FreeBSD.org>1997-06-04 05:57:29 +0000
commit02618357d8fcfda1da8dd801db62c64d2e1cecf8 (patch)
tree145d1283e6ab959e50931c7058ea7a5e798c752a
parent7eedf56f1f0046527cf20d6dac0890d0d481572b (diff)
downloadFreeBSD-ports-02618357d8fcfda1da8dd801db62c64d2e1cecf8.zip
FreeBSD-ports-02618357d8fcfda1da8dd801db62c64d2e1cecf8.tar.gz
Accidentaly removed "-pipe" when I was playing with optimization flags.
-rw-r--r--devel/omniORB/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/omniORB/files/patch-aa b/devel/omniORB/files/patch-aa
index b3eda68..41777aa 100644
--- a/devel/omniORB/files/patch-aa
+++ b/devel/omniORB/files/patch-aa
@@ -6,7 +6,7 @@ diff -rc ./Makefile ../omniORB_2.2.0.freebsd/Makefile
--- 1,7 ----
+ # Makefile for omniORB2
+ #
-+ # $Id$
++ # $Id: patch-aa,v 1.1.1.1 1997/06/04 05:54:33 asami Exp $
+
+ SUBDIR= src
+
@@ -54,7 +54,7 @@ diff -rc ./mk/freebsd_3.0.mk ../omniORB_2.2.0.freebsd/mk/freebsd_3.0.mk
+ #
+
+ CC = g++
-+ CFLAGS = -fhandle-exceptions
++ CFLAGS = -fhandle-exceptions -pipe
+
+ OMNITHREAD_POSIX_CPPFLAGS = -DPthreadDraftVersion=8
+ OMNITHREAD_CPPFLAGS = -I$(TOP)/include
@@ -139,7 +139,7 @@ diff -rc ./src/Makefile ../omniORB_2.2.0.freebsd/src/Makefile
--- 1,7 ----
! # Makefile for omniORB2
! #
-! # $Id$
+! # $Id: patch-aa,v 1.1.1.1 1997/06/04 05:54:33 asami Exp $
! SUBDIR= tool lib appl examples
@@ -1744,7 +1744,7 @@ diff -rc ./src/tool/Makefile ../omniORB_2.2.0.freebsd/src/tool/Makefile
--- 1,7 ----
! # Makefile for omniORB2
! #
-! # $Id$
+! # $Id: patch-aa,v 1.1.1.1 1997/06/04 05:54:33 asami Exp $
! SUBDIR= omniidl2
OpenPOWER on IntegriCloud