diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-12 16:25:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-12 16:25:10 +0000 |
commit | 51539907ea5a38f810ef2d604c66b44d76ab8aaa (patch) | |
tree | 92105d3c2eeb3620a45d36781962b7b4161453ab /games/wmtimebomb/files/patch-aa | |
parent | Create libforms.a -> libxforms.a link to fix ports that link with (diff) |
Fix another victim of recent change in location of WindowMaker's includes.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=39664
Diffstat (limited to 'games/wmtimebomb/files/patch-aa')
-rw-r--r-- | games/wmtimebomb/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wmtimebomb/files/patch-aa b/games/wmtimebomb/files/patch-aa index a8684c0624a2..28d0e29de710 100644 --- a/games/wmtimebomb/files/patch-aa +++ b/games/wmtimebomb/files/patch-aa @@ -8,7 +8,7 @@ LOCAL_LIBRARIES = $(WMAKER) $(XPMLIB) $(XLIB) -+EXTRA_INCLUDES= `get-wraster-flags --cflags` -I${LOCALBASE}/include ++EXTRA_INCLUDES= `get-wraster-flags --cflags` -I${LOCALBASE}/include -I${X11BASE}/include/WINGs + SRCS = timebomb.c OBJS = timebomb.o |