pkg://xmftp-1.0.4-1.src.rpm:155887/xmftp-1.0.4.include.patch
info downloads
diff -ur ./source/Makefile ../xmftp.new/./source/Makefile
--- ./source/Makefile Wed Aug 20 15:29:58 1997
+++ ../xmftp.new/./source/Makefile Wed Nov 25 01:12:23 1998
@@ -1,8 +1,8 @@
# Where to install the xmftp binary
-INSTALL_BIN_DIR=/usr/local/bin
+INSTALL_BIN_DIR=/usr/X11R6/bin
# If your libraries (see LIBS below) are located somewhere else, change this
-LFLAGS=-L/usr/X11R6/lib
+LFLAGS=-L/usr/X11R6/lib -I/usr/X11R6/include
# Shouldn't have to edit anything below this line
##########################################################################
diff -ur ./source/ftplib/Makefile ../xmftp.new/./source/ftplib/Makefile
--- ./source/ftplib/Makefile Fri Jul 18 13:28:32 1997
+++ ../xmftp.new/./source/ftplib/Makefile Wed Nov 25 01:03:46 1998
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-Wall
+CFLAGS=-Wall -I/usr/X11R6/include
all: ftplib.o
diff -ur ./source/program/Makefile ../xmftp.new/./source/program/Makefile
--- ./source/program/Makefile Fri Jul 18 13:06:24 1997
+++ ../xmftp.new/./source/program/Makefile Wed Nov 25 01:03:46 1998
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-Wall
+CFLAGS=-Wall -I/usr/X11R6/include
all: misc.o ftp.o systems.o store_options.o url.o other
diff -ur ./source/program/unix/Makefile ../xmftp.new/./source/program/unix/Makefile
--- ./source/program/unix/Makefile Fri Jul 18 13:06:24 1997
+++ ../xmftp.new/./source/program/unix/Makefile Wed Nov 25 01:03:46 1998
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-Wall
+CFLAGS=-Wall -I/usr/X11R6/include
all: implementation.o
diff -ur ./source/ui/Makefile ../xmftp.new/./source/ui/Makefile
--- ./source/ui/Makefile Fri Jul 18 13:06:24 1997
+++ ../xmftp.new/./source/ui/Makefile Wed Nov 25 01:03:46 1998
@@ -1,6 +1,6 @@
# You may have to uncomment the following line and set it appropriately
# to point to the location of the X and/or Motif headers
-#INC_FLAGS=-I/some/dir/where/headers/are
+INC_FLAGS=-I/usr/X11R6/include
#########################################################################