diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-13 00:25:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-13 00:25:10 +0800 |
commit | ea2b8fa1c7f95fef5698d4d667efe6946d0612ca (patch) | |
tree | fa309c4ee9418008371812cb06e57644917d2460 /games | |
parent | e6072f17a861e3e7c5bd638351f398c32ccc5181 (diff) | |
download | freebsd-ports-gnome-ea2b8fa1c7f95fef5698d4d667efe6946d0612ca.tar.gz freebsd-ports-gnome-ea2b8fa1c7f95fef5698d4d667efe6946d0612ca.tar.zst freebsd-ports-gnome-ea2b8fa1c7f95fef5698d4d667efe6946d0612ca.zip |
Fix another victim of recent change in location of WindowMaker's includes.
Submitted by: bento
Diffstat (limited to 'games')
-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 |