Skip to content

Commit

Permalink
edbrowse: port abandoned
Browse files Browse the repository at this point in the history
Closes: https://trac.macports.org/ticket/62386

Cleanup MacPorts < 2.6.0 handling
Breakup long lines
  • Loading branch information
chrstphrchvz authored and cjones051073 committed Mar 12, 2021
1 parent 0c031d9 commit aa2bdaf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions www/edbrowse/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version 3.4.10
revision 4
categories www
license GPL
maintainers email.uc.edu:obrienj
maintainers nomaintainer
description A combination editor, browser, and mail client that is \
100% text based.
long_description Edbrowse is a combination editor, browser, and mail client \
Expand Down Expand Up @@ -49,11 +49,9 @@ use_configure no
variant universal {}

configure.cppflags-append -I${prefix}/include/mozjs185
if {[vercmp [macports_version] 2.5.99] >= 0} {
build.env-append "CC=${configure.cc} [get_canonical_archflags cc]" CFLAGS=${configure.cflags} "CPPFLAGS=${configure.cppflags} -DSYSBSD -DXP_UNIX -DX86_LINUX"
} else {
build.env-append CC="${configure.cc} [get_canonical_archflags cc]" CFLAGS="${configure.cflags}" CPPFLAGS="${configure.cppflags} -DSYSBSD -DXP_UNIX -DX86_LINUX"
}
build.env-append "CC=${configure.cc} [get_canonical_archflags cc]" \
CFLAGS=${configure.cflags} \
"CPPFLAGS=${configure.cppflags} -DSYSBSD -DXP_UNIX -DX86_LINUX"
build.args STRIP=''

destroot {
Expand Down

0 comments on commit aa2bdaf

Please sign in to comment.