diff options
author | petef <petef@FreeBSD.org> | 2001-11-07 18:40:30 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-07 18:40:30 +0800 |
commit | b132049cfc4cd9eff65ccf7593715f2bbf682aae (patch) | |
tree | f90db8ad53e5d49a5770a7db4ca5f3e5008b2de8 /textproc/xxdiff/files | |
parent | 551f40ac1d14b7ce35d49de618b339282804fda8 (diff) | |
download | freebsd-ports-gnome-b132049cfc4cd9eff65ccf7593715f2bbf682aae.tar.gz freebsd-ports-gnome-b132049cfc4cd9eff65ccf7593715f2bbf682aae.tar.zst freebsd-ports-gnome-b132049cfc4cd9eff65ccf7593715f2bbf682aae.zip |
Add xxdiff-2.0, a QT interface to view/merge differences between 2 or
3 files.
Diffstat (limited to 'textproc/xxdiff/files')
-rw-r--r-- | textproc/xxdiff/files/patch-src::xxdiff.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/xxdiff/files/patch-src::xxdiff.pro b/textproc/xxdiff/files/patch-src::xxdiff.pro new file mode 100644 index 000000000000..355670493b8d --- /dev/null +++ b/textproc/xxdiff/files/patch-src::xxdiff.pro @@ -0,0 +1,17 @@ +$FreeBSD$ + +--- xxdiff.pro.orig Tue Nov 6 15:00:01 2001 ++++ xxdiff.pro Wed Nov 7 02:22:25 2001 +@@ -80,6 +80,12 @@ + solaris-cc:TMAKE_CXXFLAGS += -DCOMPILER_SUNWSPRO + + ++# ++# FreeBSD ++# ++freebsd-g++:TMAKE_LIBS += ${PTHREAD_LIBS} ++ ++ + # Add diff files to link against directly + DIFFUTILS_DIR = ../diffutils-2.7 + |