diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-09 07:38:55 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-09 07:38:55 +0800 |
commit | 55425369f2b39eb7e8a9883f870f7825384b7765 (patch) | |
tree | 91edfcf485268f34b4944d615909b3691384997a /editors | |
parent | c4f0a99c512a85b07b8bc085f6324605dae2d987 (diff) | |
download | freebsd-ports-gnome-55425369f2b39eb7e8a9883f870f7825384b7765.tar.gz freebsd-ports-gnome-55425369f2b39eb7e8a9883f870f7825384b7765.tar.zst freebsd-ports-gnome-55425369f2b39eb7e8a9883f870f7825384b7765.zip |
Err, this program links with qt, not qt2.. duh
Diffstat (limited to 'editors')
-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 |