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-ae | |
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-ae')
-rw-r--r-- | x11/tycoon/files/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/tycoon/files/patch-ae b/x11/tycoon/files/patch-ae new file mode 100644 index 000000000000..ee821515358f --- /dev/null +++ b/x11/tycoon/files/patch-ae @@ -0,0 +1,15 @@ +--- ./fclock/Imakefile.orig Thu Sep 18 23:52:13 1997 ++++ ./fclock/Imakefile Thu Sep 18 23:52:46 1997 +@@ -1,9 +1,9 @@ + + SRCS = clock_main.c + OBJS = clock_main.o +-EXTRA_LIBRARIES = -L/usr/local/lib -lforms -lXpm -lm ++EXTRA_LIBRARIES = -lxforms -lXpm -lm +-EXTRA_INCLUDES = -I/usr/local/include -I. ++EXTRA_INCLUDES = -I. +-EXTRA_DEFINES = -DICON_DIR=\"/usr/include/X11/pixmaps\" ++EXTRA_DEFINES = -DICON_DIR=\"${INCDIR}/pixmaps/\" + LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB) + + ComplexProgramTarget(fclock) |