diff options
-rw-r--r-- | sysutils/xperfmon/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xperfmon3/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xsysinfo/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index eb07818..339847d 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 ; \ diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile index eb07818..339847d 100644 --- a/sysutils/xperfmon3/Makefile +++ b/sysutils/xperfmon3/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 ; \ diff --git a/sysutils/xsysinfo/Makefile b/sysutils/xsysinfo/Makefile index 34558ac..f5a94db 100644 --- a/sysutils/xsysinfo/Makefile +++ b/sysutils/xsysinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 4 April 1996 # Whom: jdli # -# $Id: Makefile,v 1.7 1998/09/30 19:24:49 gj Exp $ +# $Id: Makefile,v 1.8 1998/10/06 23:56:13 gj Exp $ # DISTNAME= xsysinfo-1.4a @@ -17,7 +17,7 @@ MANCOMPRESSED= yes MAN1= xsysinfo.1 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:DEFINES =:DEFINES = -DHAVE_DEVSTAT:" Imakefile.in > Imakefile.i1 ; \ |