- remove extra strip command in post-install
- workaround moronic behavior of automake, stop it from rerunning autoconf and screwing things up
This commit is contained in:
parent
2328f50a9c
commit
c0c822ce71
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2000/08/27 19:52:18 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2000/10/09 02:29:50 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $
|
||||
|
||||
DISTNAME= xchat-1.4.3
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.320
|
||||
NEED_VERSION= 1.336
|
||||
MASTER_SITES= http://xchat.org/files/source/1.4/ \
|
||||
http://xchat.linuxpower.org/files/source/1.4/
|
||||
|
||||
@ -26,8 +26,10 @@ CONFIGURE_ARGS= --disable-gnome --disable-imlib --disable-python
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
pre-build:
|
||||
@touch ${WRKSRC}/config.status
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xchat
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/xchat
|
||||
|
@ -1,26 +0,0 @@
|
||||
--- configure.in.orig Fri Aug 25 01:46:09 2000
|
||||
+++ configure.in Sun Aug 27 18:24:37 2000
|
||||
@@ -133,10 +133,7 @@
|
||||
echo
|
||||
fi
|
||||
|
||||
-if test "$gtkfe" = yes; then
|
||||
- gtkfe=yes
|
||||
- imlib=yes
|
||||
-else
|
||||
+if test "$gtkfe" = no; then
|
||||
gnome=no
|
||||
imlib=no
|
||||
panel=no
|
||||
@@ -351,11 +348,6 @@
|
||||
if test -z "`echo "$CFLAGS" | grep "\-g " 2> /dev/null`" ; then
|
||||
CFLAGS="$CFLAGS -g"
|
||||
fi
|
||||
-fi
|
||||
-
|
||||
-dnl this is strange, but apparently necessary
|
||||
-if test "$system" = "OpenBSD"; then
|
||||
- CFLAGS="$CFLAGS -pthread"
|
||||
fi
|
||||
|
||||
dnl *********************************************************************
|
Loading…
Reference in New Issue
Block a user