diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-02 20:13:01 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-02 20:13:01 +0800 |
commit | 3e0d5f5234c09110b35dac87664158a45e3052e9 (patch) | |
tree | 5fbac0442ee39104aef4521440e561e0b0f68d8b /ftp/llnlxftp | |
parent | 13d6501c818815931d0b256e256e2f77019fdd0b (diff) | |
download | freebsd-ports-gnome-3e0d5f5234c09110b35dac87664158a45e3052e9.tar.gz freebsd-ports-gnome-3e0d5f5234c09110b35dac87664158a45e3052e9.tar.zst freebsd-ports-gnome-3e0d5f5234c09110b35dac87664158a45e3052e9.zip |
add MOTIFLIB support
Diffstat (limited to 'ftp/llnlxftp')
-rw-r--r-- | ftp/llnlxftp/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/llnlxftp/files/patch-aa b/ftp/llnlxftp/files/patch-aa new file mode 100644 index 000000000000..e972b7fe719f --- /dev/null +++ b/ftp/llnlxftp/files/patch-aa @@ -0,0 +1,11 @@ +--- Imakefile.orig Sun May 2 05:05:41 1999 ++++ Imakefile Sun May 2 05:05:53 1999 +@@ -98,7 +98,7 @@ + #ifdef XmClientLibs + LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS) + #else +-LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) ++LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) ${MOTIFLIB} + #endif + #endif + |