mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
This port doesn't build.
Also, please fix the complilation flags so it will compile with some optimization (ideally by respecting CFLAGS). === : g++ -g -Wall -I. -I../libXicq -c io.cc -o io.o io.cc: In function `int cmd_clear(char *)': io.cc:53: warning: unused parameter `char * input' g++ -g -Wall -I. -I../libXicq -c help.cc -o help.o g++ -o main main.o config.o callbacks.o cmd_parse.o io.o help.o -L../libXicq -lXicq gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/xicq' gmake[1]: Entering directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq' gmake[1]: *** No rule to make target `all'. Stop. gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq' gmake: *** [kxicq] Error 2 *** Error code 2 Stop. :
This commit is contained in:
parent
e0f8be2e89
commit
469c5acb73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12833
@ -3,7 +3,7 @@
|
||||
# Date created: 29 June 1998
|
||||
# Whom: scrappy
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/07/02 06:46:32 asami Exp $
|
||||
# $Id: Makefile,v 1.3 1998/08/23 04:18:46 scrappy Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xicq-071298-snapshot.src
|
||||
@ -15,6 +15,8 @@ MAINTAINER= scrappy@freebsd.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/xicq-071298
|
||||
|
||||
BROKEN= build
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
do-install:
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 29 June 1998
|
||||
# Whom: scrappy
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/07/02 06:46:32 asami Exp $
|
||||
# $Id: Makefile,v 1.3 1998/08/23 04:18:46 scrappy Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xicq-071298-snapshot.src
|
||||
@ -15,6 +15,8 @@ MAINTAINER= scrappy@freebsd.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/xicq-071298
|
||||
|
||||
BROKEN= build
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user