diff options
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 9 | ||||
-rw-r--r-- | ports-mgmt/synth/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 224fbd04bcf8..c0ba57801bda 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -3,7 +3,7 @@ PORTNAME= synth PORTVERSION= 0.99 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -21,7 +21,7 @@ USES= ada:6 ncurses:port USE_GITHUB= yes GH_ACCOUNT= jrmarino GH_PROJECT= synth_external:bundle -GH_TAGNAME= v1.3:bundle 75a342d +GH_TAGNAME= v1.3:bundle 4417017 # When framework is moved to Ada6, the ada-util and ini-file-manager # libraries can be used as prebuilt (switch default.gpr url) @@ -39,8 +39,9 @@ post-extract: do-build: # To avoid requiring gprbuild as a dependency, compile C manually .for csrc in ${COBJFILES:R} - (cd ${WRKSRC}/external/include/adacurses && ${SETENV} ${MAKE_ENV} \ - gcc -I. -c ${csrc}.c -o ../../build/adacurses/${csrc}.o) + (cd ${WRKSRC}/external/include/adacurses && \ + ${SETENV} ${MAKE_ENV} gcc -I. ${CFLAGS} -c ${csrc}.c \ + -o ../../build/adacurses/${csrc}.o) .endfor (cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} \ gcc -c unix_core.c -o ../build/unix_core.o) diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 3f6d85a72c24..d14cb55170b3 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,4 +1,4 @@ -SHA256 (jrmarino-synth-v0.99-75a342d_GH0.tar.gz) = 88c50fce494a09a431e9810996beab3364c151f84aec97beb1f61ef73d7e444c -SIZE (jrmarino-synth-v0.99-75a342d_GH0.tar.gz) = 84582 +SHA256 (jrmarino-synth-v0.99-4417017_GH0.tar.gz) = 5cf9c170e5ed17b58eb07b2056a4d6b409507b6a7bf50d4db9878ccd9a69bbe2 +SIZE (jrmarino-synth-v0.99-4417017_GH0.tar.gz) = 86246 SHA256 (jrmarino-synth_external-v1.3_GH0.tar.gz) = 2afc03e494d2394446eabdb5244967c202a79b449c7cad7ea67a87807cc25f44 SIZE (jrmarino-synth_external-v1.3_GH0.tar.gz) = 209283 |