diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-06 18:33:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-06 18:33:13 +0000 |
commit | cc138413dfd677c198381070bf0e5dd401d04782 (patch) | |
tree | 470a1d692c142479ca049b7ed0f1c456d36d5f2c /graphics/sam2p/files/patch-configure | |
parent | add avinfo 0.5 (diff) |
add sam2p 0.42
Converts raster (bitmap) image formats into PS or PDF files
Notes
Notes:
svn path=/head/; revision=74984
Diffstat (limited to 'graphics/sam2p/files/patch-configure')
-rw-r--r-- | graphics/sam2p/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sam2p/files/patch-configure b/graphics/sam2p/files/patch-configure new file mode 100644 index 000000000000..2c479edcf68a --- /dev/null +++ b/graphics/sam2p/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Feb 7 02:07:46 2003 ++++ configure Fri Feb 7 02:08:00 2003 +@@ -7420,7 +7420,7 @@ + ac_n="${ac_n:-$ECHO_N}" + echo $ac_n "running make Makedep""... $ac_c" 1>&6 + echo "configure:7422: running make Makedep" >&5 +-if >&5 2>&5 make Makedep; then : ++if >&5 2>&5 gmake Makedep; then : + echo "$as_me:$LINENO: result: ok" >&5 + echo "${ECHO_T}ok" >&6 + |