1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-08 23:06:56 +00:00
freebsd-ports/graphics/xv/files/patch-ac
Satoshi Asami c9c9ee7b8d Add magpic and PhotoCD support. The gist of original patch-aa is
already in the distfile patch, and so is part of patch-ac.  The new
patch-ac is a bug fix (wrong order of arguments -- how did it
work for anyone?!?).

While I'm here, replace "mkdir -p" with "${MKDIR}", etc.

Notified about patch by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi)
1997-07-03 07:37:12 +00:00

39 lines
984 B
Plaintext

*** /tmp/T0a03151 Mon Feb 13 18:35:11 1995
--- config.h Mon Feb 13 18:34:49 1995
***************
*** 13,18 ****
* definition appropriately. (use 'which gunzip' to find if you have gunzip,
* and where it lives)
*/
! #undef USE_GUNZIP
#ifdef USE_GUNZIP
--- 13,18 ----
* definition appropriately. (use 'which gunzip' to find if you have gunzip,
* and where it lives)
*/
! #define USE_GUNZIP
#ifdef USE_GUNZIP
***************
*** 88,96 ****
* should not need to be changed
*/
! /* #define GS_PATH "/usr/local/bin/gs" */
! /* #define GS_LIB "." */
! /* #define GS_DEV "ppmraw" */
/***************************************************************************
--- 88,96 ----
* should not need to be changed
*/
! #define GS_PATH "/usr/local/bin/gs"
! #define GS_LIB "/usr/local/lib/ghostscript"
! #define GS_DEV "ppmraw"
/***************************************************************************