diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-09 08:41:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-09 08:41:49 +0000 |
commit | b94d96f1536f812acc445b85d8b313ae94325da7 (patch) | |
tree | 6ed3a76fc579da718ab71c21e7102b2f43ebaa10 /audio/playmidi/files | |
parent | Add PDO oci driver. (diff) |
- Fix build after libmytinfo removal
Notes
Notes:
svn path=/head/; revision=184689
Diffstat (limited to 'audio/playmidi/files')
-rw-r--r-- | audio/playmidi/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/playmidi/files/patch-ab b/audio/playmidi/files/patch-ab index 49fe89576cd1..15bc07ae7d2a 100644 --- a/audio/playmidi/files/patch-ab +++ b/audio/playmidi/files/patch-ab @@ -5,7 +5,7 @@ # ncurses usually /usr/lib, -L/usr/local/lib doesn't hurt # unless there's more than one ncurses floating around on your system -LIBNC = -L/usr/local/lib -lncurses -+LIBNC = -lncurses -lmytinfo ++LIBNC = -lncurses ######### NOTE: X11R6 or newer REQUIRED -LIBX11 = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lXext -lSM -lICE |