diff options
| author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-19 18:38:43 +0000 |
|---|---|---|
| committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-19 18:38:43 +0000 |
| commit | b001479f105109f2ac3278889f4c51cc6d21c574 (patch) | |
| tree | d97b60f41b75f65adc691d384385b4a9d772ded6 /misc/pdmenu/files/patch-ad | |
| parent | Update py-pycrypto to 1.9alpha6 (diff) | |
Update pdmenu to 1.2.81, fix fetching problems.
PR: 53364
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'misc/pdmenu/files/patch-ad')
| -rw-r--r-- | misc/pdmenu/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/pdmenu/files/patch-ad b/misc/pdmenu/files/patch-ad new file mode 100644 index 000000000000..d5a368d79274 --- /dev/null +++ b/misc/pdmenu/files/patch-ad @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Aug 19 20:22:23 2003 ++++ Makefile Tue Aug 19 20:22:35 2003 +@@ -11,7 +11,7 @@ + $(SRCDIR)/window.o $(SRCDIR)/error.o $(SRCDIR)/pdgetline.o + + pdmenu: .dep $(OBJFILES) +- ${CC} -o pdmenu $(OBJFILES) $(CFLAGS) $(LIBS) ++ ${CC} -o pdmenu $(OBJFILES) $(CFLAGS) $(LIBS) -lintl + + depend: .dep + dep: .dep |
