diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-07 22:01:59 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-07 22:01:59 +0800 |
commit | 36472b0c7932dc768d68537e32a0134c4b75961e (patch) | |
tree | eb255f674bcb1558ae466a2d0603397f2f1b79a9 /editors | |
parent | eb5fc76cf5ba1662337ece545849e1ca93043490 (diff) | |
download | freebsd-ports-gnome-36472b0c7932dc768d68537e32a0134c4b75961e.tar.gz freebsd-ports-gnome-36472b0c7932dc768d68537e32a0134c4b75961e.tar.zst freebsd-ports-gnome-36472b0c7932dc768d68537e32a0134c4b75961e.zip |
Link with qt2, not qt.
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 05ee1bbf4bce..99e1bdef80c9 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 -lqt -lX11 -lXext ++ $(CXX) -g -ofine fine.o fine.mo $(OPTIONS) $(LIB) -lFine -lqt2 -lX11 -lXext |