diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-09 10:01:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-09 10:01:32 +0000 |
commit | fe351d408c84671e9b7bedc36b7a6a467fc54586 (patch) | |
tree | 6c7f3cd5d153351860d2a2abd4be076d210acc10 /sysutils/xperfmon | |
parent | 6be26448c41460c333010d7dd60e58fb50bc9930 (diff) | |
download | ports-fe351d408c84671e9b7bedc36b7a6a467fc54586.tar.gz ports-fe351d408c84671e9b7bedc36b7a6a467fc54586.zip |
Notes
Diffstat (limited to 'sysutils/xperfmon')
-rw-r--r-- | sysutils/xperfmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index eb078185d646..339847d536e2 100644 --- a/sysutils/xperfmon/Makefile +++ b/sysutils/xperfmon/Makefile @@ -3,7 +3,7 @@ # Date created: 14 March 97 # Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> # -# $Id: Makefile,v 1.12 1997/03/15 12:32:52 asami Exp $ +# $Id: Makefile,v 1.17 1998/09/30 19:32:35 gj Exp $ # DISTNAME= xperfmon++ @@ -20,7 +20,7 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE USE_IMAKE= yes pre-configure: - if [ -e /usr/lib/libdevstat.a ]; then \ + if [ -e /usr/lib/libdevstat.a -o -e /usr/lib/aout/libdevstat.a ]; then \ cd ${WRKSRC} ; \ ${MV} Imakefile Imakefile.in ; \ ${SED} -e "s:EXTRA_DEFINES=:EXTRA_DEFINES= -DHAVE_DEVSTAT:" Imakefile.in > Imakefile.i1 ; \ |