summaryrefslogtreecommitdiff
path: root/mail/wmpop3/files/patch-Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:20:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:20:38 +0000
commit8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch)
tree0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/wmpop3/files/patch-Makefile
parentscience/sigrok-cli: update to 0.5.0 (diff)
Rename mail/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'mail/wmpop3/files/patch-Makefile')
-rw-r--r--mail/wmpop3/files/patch-Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/wmpop3/files/patch-Makefile b/mail/wmpop3/files/patch-Makefile
new file mode 100644
index 000000000000..9fa92fb40294
--- /dev/null
+++ b/mail/wmpop3/files/patch-Makefile
@@ -0,0 +1,24 @@
+--- Makefile.orig Tue Jun 8 14:56:00 1999
++++ Makefile Sat Jun 19 16:30:16 1999
+@@ -1,6 +1,6 @@
+-LIBDIR = -L/usr/X11R6/lib
++LIBDIR = -L$(PREFIX)/lib
+ LIBS = -lXpm -lXext -lX11
+-FLAGS = -O2
++CFLAGS += -Wall
+ OBJS = wmpop3.o \
+ Pop3Client.o \
+ ../wmgeneral/wmgeneral.o \
+@@ -9,10 +9,10 @@
+
+
+ .c.o:
+- cc -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o
++ $(CC) -I$(PREFIX)/include $(CFLAGS) -c $< -o $@
+
+ wmpop3: $(OBJS)
+- cc $(FLAGS) -o wmpop3 $^ -lXext $(LIBDIR) $(LIBS)
++ $(CC) $(CFLAGS) -o wmpop3 $(OBJS) -lXext $(LIBDIR) $(LIBS)
+
+ all:: wmpop3
+