diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-24 05:02:48 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-24 05:02:48 +0000 |
commit | d023359a9c8936fe93050404370f82285c5b16d3 (patch) | |
tree | 7d1e4be4e38ce0cb106dfeea46673b3dbb7d399a /x11/tycoon/files/patch-af | |
parent | Enable p5-MatrixReal (diff) |
Import tycoon, a button/drop-target manager with OffiX drag'n'drop support.
PR: ports/4580
Submitted by: stephen farrell <sfarrell@healthquiz.com>
Notes
Notes:
svn path=/head/; revision=8785
Diffstat (limited to 'x11/tycoon/files/patch-af')
-rw-r--r-- | x11/tycoon/files/patch-af | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/tycoon/files/patch-af b/x11/tycoon/files/patch-af new file mode 100644 index 000000000000..bad84b31a9ad --- /dev/null +++ b/x11/tycoon/files/patch-af @@ -0,0 +1,22 @@ +--- tyman/Imakefile.orig Thu Sep 18 23:53:43 1997 ++++ tyman/Imakefile Fri Sep 19 00:07:48 1997 +@@ -2,14 +2,14 @@ + SRCS = tyman.c tyman_cb.c tyman_main.c + OBJS = tyman.o tyman_cb.o tyman_main.o + XCOMM for LINUX: +-EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm XCOMM ++XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm XCOMM + +-XCOMM FOR Solaris +-XCOMM EXTRA_LIBRARIES = -L/usr/local/lib -L/u/grad/mitnits/lib -lforms -lXpm -lm -lnsl ++XCOMM FOR FreeBSD ++EXTRA_LIBRARIES = -lxforms -lXpm -lm + + +-EXTRA_INCLUDES = -I/usr/local/include -I/u/grad/mitnits/lib -I. ++EXTRA_INCLUDES = -I. +-EXTRA_DEFINES = -DICON_DIR=\"/usr/include/X11/pixmaps\" ++EXTRA_DEFINES = -DICON_DIR=\"${INCDIR}/pixmaps/\" + LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB) + + ComplexProgramTarget(tyman) |