diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 19:23:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 19:23:25 +0000 |
commit | 762f2e27773501b7526add6edc8c69ba8eed375c (patch) | |
tree | 67f07be8a7408505e02952572283ab345af172ae /games/speyes/files/patch-aa | |
parent | Initial import of dungeon version 1.0. (diff) |
Intitial import of speyes version 1.0.0.
A WindowMaker dockapp/xeyes clone using SouthPark characters.
PR: 14683
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes:
svn path=/head/; revision=23382
Diffstat (limited to 'games/speyes/files/patch-aa')
-rw-r--r-- | games/speyes/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/speyes/files/patch-aa b/games/speyes/files/patch-aa new file mode 100644 index 000000000000..8fa3e8c9434c --- /dev/null +++ b/games/speyes/files/patch-aa @@ -0,0 +1,13 @@ +--- Imakefile.orig Sat Oct 30 00:31:02 1999 ++++ Imakefile Wed Nov 3 08:28:28 1999 +@@ -2,7 +2,9 @@ + + SYS_LIBRARIES = MathLibrary + DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) +-LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB) ++LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB) -lgnugetopt ++EXTRA_INCLUDES = -ILOCALBASE/include ++LOCAL_LDFLAGS = -LLOCALBASE/lib + + SRCS = speyes.c + OBJS = speyes.o |