aboutsummaryrefslogtreecommitdiffstats
path: root/lang/glibstdc++28/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-08-14 01:49:15 +0800
committerobrien <obrien@FreeBSD.org>1998-08-14 01:49:15 +0800
commitff7288a01888859eeecaf442ecb4e122053cbf4e (patch)
tree44afb0e586d9297f1b2675f82e437901159d4a7d /lang/glibstdc++28/Makefile
parentf35790eb3b2a8ed17d75c6d2637ed95041720bfb (diff)
downloadfreebsd-ports-gnome-ff7288a01888859eeecaf442ecb4e122053cbf4e.tar.gz
freebsd-ports-gnome-ff7288a01888859eeecaf442ecb4e122053cbf4e.tar.zst
freebsd-ports-gnome-ff7288a01888859eeecaf442ecb4e122053cbf4e.zip
Add ``osfnc.h'' from glibc++ 2.7.2 (of FBSD 2.2.7 fame) so
/usr/src/gnu/usr.bin/groff will compile.
Diffstat (limited to 'lang/glibstdc++28/Makefile')
-rw-r--r--lang/glibstdc++28/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile
index a401f1283eff..13531fb3b625 100644
--- a/lang/glibstdc++28/Makefile
+++ b/lang/glibstdc++28/Makefile
@@ -4,7 +4,7 @@
# Date created: 03 Mar 1998
# Whom: David O'Brien <obrien@NUXI.com>
#
-# $Id: Makefile,v 1.3 1998/04/20 10:36:05 obrien Exp $
+# $Id: Makefile,v 1.4 1998/08/07 22:49:30 asami Exp $
#
DISTNAME= libstdc++-2.8.1.1
@@ -34,10 +34,12 @@ pre-install:
post-install:
${RM} -rf ${PREFIX}/${GCC28DIR}/include/g++
${MV} ${PREFIX}/include/g++ \
- ${PREFIX}/${GCC28DIR}//include
+ ${PREFIX}/${GCC28DIR}/include
${MV} ${PREFIX}/lib/libiberty.a \
${PREFIX}/${GCC28DIR}
${MV} ${PREFIX}/lib/libstdc++.a \
${PREFIX}/${GCC28DIR}
+ ${INSTALL_DATA} ${FILESDIR}/osfnc.h \
+ ${GCC28SUBDIR}/include/g++
.include <bsd.port.mk>