diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-09-02 20:47:15 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-09-02 20:47:15 +0000 |
commit | d010f9e7f206d6f9b05de5a177795a359beac656 (patch) | |
tree | 931ad644623fdd80eecccb64526c1a8caa1a1f8a /biology/ugene/files/patch-src_ugene__globals.pri | |
parent | Fix build of audio/sayonara on 10.4. (diff) |
Update to 1.31.0
PR: 229463
Approved by: Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=478818
Diffstat (limited to 'biology/ugene/files/patch-src_ugene__globals.pri')
-rw-r--r-- | biology/ugene/files/patch-src_ugene__globals.pri | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/biology/ugene/files/patch-src_ugene__globals.pri b/biology/ugene/files/patch-src_ugene__globals.pri deleted file mode 100644 index 6c0a38639d38..000000000000 --- a/biology/ugene/files/patch-src_ugene__globals.pri +++ /dev/null @@ -1,13 +0,0 @@ ---- src/ugene_globals.pri.orig 2016-03-31 12:22:21 UTC -+++ src/ugene_globals.pri -@@ -8,8 +8,8 @@ DEFINES+=UGENE_VER_MAJOR=$${UGENE_VER_MA - DEFINES+=UGENE_VER_MINOR=$${UGENE_VER_MINOR} - DEFINES+=UGENE_VER_PATCH=$${UGENE_VER_PATCH} - --unix : !macx : INCLUDEPATH-=/usr/include --unix : !macx : INCLUDEPATH+=/usr/include/qt5 /usr/include -+#unix : !macx : INCLUDEPATH-=/usr/include -+#unix : !macx : INCLUDEPATH+=/usr/include/qt5 /usr/include - #unix : !macx : INCLUDEPATH =/usr/include/qt5 $$INCLUDEPATH - - # NGS package |