summaryrefslogtreecommitdiff
path: root/net/mcl/files/patch-Makefile.common
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-09 00:12:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-09 00:12:51 +0000
commitc5093c311822dddb35bd60fe94d1dd3d8ed8e08a (patch)
treee9faa9eee05cf29e7edaae3d150925d0275a9e9f /net/mcl/files/patch-Makefile.common
parent- Update to 2004.01.03 (diff)
- Update to 2.99.1
Changes in software: - vendor's bugfixes - new FLUTE support - new dependencies in gdome-2 and glib20 - properly install the shared library and headers - replace -pthread with $PTHREAD_LIBS - fix compilation warnings due to C++ headers in -current PR: ports/61068 Submitted by: Panagiotis Astithas <past@noc.ntua.gr> (maintainer)
Notes
Notes: svn path=/head/; revision=97719
Diffstat (limited to 'net/mcl/files/patch-Makefile.common')
-rw-r--r--net/mcl/files/patch-Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mcl/files/patch-Makefile.common b/net/mcl/files/patch-Makefile.common
index 2277615cfabd..f2b8c2b2975e 100644
--- a/net/mcl/files/patch-Makefile.common
+++ b/net/mcl/files/patch-Makefile.common
@@ -1,5 +1,5 @@
---- Makefile.common.orig Tue Jul 22 19:37:39 2003
-+++ Makefile.common Tue Oct 14 15:04:38 2003
+--- Makefile.common.orig Sun Dec 7 18:36:25 2003
++++ Makefile.common Sun Dec 7 18:38:10 2003
@@ -24,11 +24,15 @@
ifeq (${SYSTEM},SunOS)
OS = solaris
@@ -22,7 +22,7 @@
LD = /opt/SUNWspro/bin/CC
+endif
+ifeq (${OS},freebsd)
-+ OSFLAGS = -DFREEBSD -I/usr/include/g++
++ OSFLAGS = -DFREEBSD -I/usr/include/g++ -I/usr/include/c++/3.3
+ # Which compiler?
+ # NB: use -Wall for compilation warnings with gcc
+ #