diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-01 20:21:38 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-01 20:21:38 +0000 |
commit | f3dc33ecc2527e9ac31f31c61abf042f76d180b6 (patch) | |
tree | 56b56dff581b9b76b1f1030fca233d0ff2cc034c /cad | |
parent | 841114a82033477790fc044b0469abef791f4039 (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 2 | ||||
-rw-r--r-- | cad/alliance/files/patch-rds_src_ruterror.h | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 6346a88addfb..0d412be3d9d7 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -3,7 +3,7 @@ PORTNAME= alliance DISTVERSION= 5.0-20120515 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://ftp.lyx.org/lip6/softs/alliance/distribution/5.0/ \ http://ftp.jussieu.fr/lip6/softs/alliance/distribution/5.0/ \ diff --git a/cad/alliance/files/patch-rds_src_ruterror.h b/cad/alliance/files/patch-rds_src_ruterror.h new file mode 100644 index 000000000000..a34d72b7009a --- /dev/null +++ b/cad/alliance/files/patch-rds_src_ruterror.h @@ -0,0 +1,11 @@ +--- rds/src/ruterror.h.orig 2002-04-25 14:13:59 UTC ++++ rds/src/ruterror.h +@@ -46,7 +46,7 @@ + | | + \------------------------------------------------------------*/ + +-extern char *basename(); ++#include <libgen.h> + + # define ruterror( E, V ) (rut_error( (E), (V), basename(__FILE__), __LINE__ )) + |