diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-08 23:38:55 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-08 23:38:55 +0000 |
commit | d7790f981144396c03cec356116b55a038621d65 (patch) | |
tree | d8cf76108c363b3a667f2cfbdd834816b50e9053 /editors/fine | |
parent | BROKEN if OSVERSION < 400004. This port requires NEWGCC but uses (diff) |
Err, this program links with qt, not qt2.. duh
Notes
Notes:
svn path=/head/; revision=21442
Diffstat (limited to 'editors/fine')
-rw-r--r-- | editors/fine/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/fine/files/patch-aa b/editors/fine/files/patch-aa index 99e1bdef80c9..05ee1bbf4bce 100644 --- a/editors/fine/files/patch-aa +++ b/editors/fine/files/patch-aa @@ -39,4 +39,4 @@ fine: fine.o fine.mo - $(CC) -g -ofine fine.o fine.mo $(OPTIONS) $(LIB) -lFine -lqt -lX11 -lXext -+ $(CXX) -g -ofine fine.o fine.mo $(OPTIONS) $(LIB) -lFine -lqt2 -lX11 -lXext ++ $(CXX) -g -ofine fine.o fine.mo $(OPTIONS) $(LIB) -lFine -lqt -lX11 -lXext |