Annotation of OpenXM/src/ox_cdd/cddlib.patch, Revision 1.1
1.1 ! noro 1: *** Makefile.in.orig Wed May 25 17:31:24 2005
! 2: --- Makefile.in Wed May 25 17:30:36 2005
! 3: ***************
! 4: *** 404,410 ****
! 5: # where is gmp?
! 6: #---------------------------------------------
! 7: # export gmpdir := $(PWD)/../gmp-4.1
! 8: ! export gmpdir := /usr/local
! 9: #---------------------------------------------
! 10: # where is gmp lib?
! 11: export gmplibdir = $(gmpdir)/lib
! 12: --- 404,410 ----
! 13: # where is gmp?
! 14: #---------------------------------------------
! 15: # export gmpdir := $(PWD)/../gmp-4.1
! 16: ! export gmpdir := $(PWD)/../../../..
! 17: #---------------------------------------------
! 18: # where is gmp lib?
! 19: export gmplibdir = $(gmpdir)/lib
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>