diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
commit | a787f0b0758f9b6d92f3c10d2621440a61b1977e (patch) | |
tree | 74196deef164c8bc31ec614fc52cd43fcb949f20 /editors/mule-common | |
parent | 88479b1d0703b73d3f20015a53e8a442505bfddd (diff) | |
download | ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.tar.gz ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.zip |
Notes
Diffstat (limited to 'editors/mule-common')
-rw-r--r-- | editors/mule-common/files/patch-mc | 2 | ||||
-rw-r--r-- | editors/mule-common/files/patch-na | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule-common/files/patch-mc b/editors/mule-common/files/patch-mc index 3ed24fa0acd6..e3d77ac5c660 100644 --- a/editors/mule-common/files/patch-mc +++ b/editors/mule-common/files/patch-mc @@ -5,7 +5,7 @@ #define LIBS_DEBUG -#define LIBS_SYSTEM -lutil -+#define LIBS_SYSTEM -lutil -lcrypt -lxpg4 ++#define LIBS_SYSTEM -lutil -lcrypt #define LIBS_TERMCAP -ltermcap #define SYSV_SYSTEM_DIR diff --git a/editors/mule-common/files/patch-na b/editors/mule-common/files/patch-na index 68edbae7ba58..bbcfbee5b929 100644 --- a/editors/mule-common/files/patch-na +++ b/editors/mule-common/files/patch-na @@ -3,7 +3,7 @@ @@ -43,7 +43,16 @@ #define LIBS_DEBUG - #define LIBS_SYSTEM -lutil -lcrypt -lxpg4 + #define LIBS_SYSTEM -lutil -lcrypt +#if __FreeBSD_version < 400000 #define LIBS_TERMCAP -ltermcap +#else |