diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 20:54:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 20:54:28 +0800 |
commit | cf7fae9761f49fdeaf5fb1113579f12ebd41a2e7 (patch) | |
tree | 43ee608c29555a0550fe0f411e92501485ded013 /graphics/xfig/files | |
parent | 750b3ab11da3230f965735df98fc391434a1865f (diff) | |
download | freebsd-ports-gnome-cf7fae9761f49fdeaf5fb1113579f12ebd41a2e7.tar.gz freebsd-ports-gnome-cf7fae9761f49fdeaf5fb1113579f12ebd41a2e7.tar.zst freebsd-ports-gnome-cf7fae9761f49fdeaf5fb1113579f12ebd41a2e7.zip |
Fix build error
PR: 28408
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/xfig/files')
-rw-r--r-- | graphics/xfig/files/patch-aa | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/graphics/xfig/files/patch-aa b/graphics/xfig/files/patch-aa index 9a884305fa51..f86ecbb2e75d 100644 --- a/graphics/xfig/files/patch-aa +++ b/graphics/xfig/files/patch-aa @@ -1,5 +1,5 @@ --- Imakefile.orig Wed May 30 03:32:11 2001 -+++ Imakefile Tue Jun 5 22:59:37 2001 ++++ Imakefile Tue Jun 26 00:25:33 2001 @@ -47,8 +47,8 @@ #ifdef USEJPEG @@ -70,3 +70,17 @@ I18N_SRC = w_i18n.c I18N_OBJ = w_i18n.o #endif +@@ -237,11 +237,13 @@ + $(HAVE_NO_STRCASECMP) \ + $(NEED_STRERROR) + ++/* + #ifdef InstallManPage + #undef InstallManPage + #endif + #define InstallManPage(file,dest) @@\ + InstallManPageLong(Doc/file,dest,file) ++*/ + + #ifdef USESMALLICONS + DUSESMALLICONS = -DUSE_SMALL_ICONS |