diff options
author | steve <steve@FreeBSD.org> | 1999-11-26 19:23:25 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-26 19:23:25 +0000 |
commit | 9b1d7d5900adb41f571778e5f5ce4b9ac44e4404 (patch) | |
tree | 477dc666b14767215200392441e4a0b26b6dab8f /games/speyes/files | |
parent | 91e5b9daa19004508c3355601d703c80566f45f3 (diff) | |
download | FreeBSD-ports-9b1d7d5900adb41f571778e5f5ce4b9ac44e4404.zip FreeBSD-ports-9b1d7d5900adb41f571778e5f5ce4b9ac44e4404.tar.gz |
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>
Diffstat (limited to 'games/speyes/files')
-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 0000000..8fa3e8c --- /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 |