diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-10 03:35:56 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-10 03:35:56 +0000 |
commit | e752691f92dd43acd7e0c8e1d651d7df4da97b1f (patch) | |
tree | 827fbdbde050c726f73beda8c28cde6efa688703 /misc/freedialog/files/patch-aa | |
parent | - Update to 1.1.1 (diff) |
- Remove dep on devel/freelibiberty its been in base for a decade.
- Submitter is now maintainer
PR: ports/147709
Submitted by: "James P. Howard, II" <jh@jameshoward.us>
Notes
Notes:
svn path=/head/; revision=256285
Diffstat (limited to 'misc/freedialog/files/patch-aa')
-rw-r--r-- | misc/freedialog/files/patch-aa | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/misc/freedialog/files/patch-aa b/misc/freedialog/files/patch-aa index e5db8832e905..1194307dd04f 100644 --- a/misc/freedialog/files/patch-aa +++ b/misc/freedialog/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Sat Oct 30 19:06:26 1999 -+++ Makefile Sat Oct 30 19:06:09 1999 -@@ -1,3 +1,8 @@ +--- Makefile.orig 1999-10-30 17:40:50.000000000 -0500 ++++ Makefile 2010-06-08 20:29:51.000000000 -0500 +@@ -1,8 +1,13 @@ +DESTDIR= ${PREFIX} +BINDIR= /bin +MANDIR= /man/man @@ -9,3 +9,9 @@ PROG= dialog SRCS= dialog.c + CFLAGS+= -I/usr/local/include -Wall -pedantic + +-LDADD= -ldialog -L/usr/local/lib/ -liberty ++LDADD= -ldialog + + .include <bsd.prog.mk> |