pkgsrc-WIP-discuss archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gxmms2's Makefile does not accept BUILDLINK_DIR and CC
- To: pkgsrc-wip-discuss%lists.sourceforge.net@localhost
- Subject: gxmms2's Makefile does not accept BUILDLINK_DIR and CC
- From: Leonard Schmidt <lems%gmx.net@localhost>
- Date: Mon, 19 Sep 2005 12:16:33 +0000 See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 0.0 SF_CHICKENPOX_SLASH BODY: Text interparsed with / 0.0 SF_CHICKENPOX_UNDERSCORE BODY: Text interparsed with _
Hi,
I now imported gxmms2, a GTK2-based XMMS2 client. In the Makefile, it
has something like this:
...
XMMS2_INCLUDE_DIR=/usr/local/include/xmms2
...
Changing this to ${BUILDLINK_DIR}/include/xmms2 fails (the headers are
not found), ${PREFIX} works though. Did I miss something? Is PREFIX
sufficient?
But more important is this:
...
CC = gcc $(CFLAGS) $(FLAGS)
gxmms2: $(OBJS)
$(CC) $(OBJS) -o gxmms2 $(LFLAGS) $(LIBS)
...
`gcc' should be replaced by ${CC}, so I tried renaming the CC variable
(because of recursivity), but it then fails to compile (missing headers).
Regards,
Leonard
Attachment:
pgpLm0Yj2JbeV.pgp
Description: PGP signature
Home |
Main Index |
Thread Index |
Old Index