mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
14 lines
443 B
Plaintext
14 lines
443 B
Plaintext
for gendoc part, http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30423
|
|
|
|
--- src/Makefile.in.orig Sat Sep 30 03:20:15 2006
|
|
+++ src/Makefile.in Wed Jan 10 19:26:54 2007
|
|
@@ -313,7 +313,7 @@
|
|
$(OCTAVE_LIBS) \
|
|
$(LEXLIB) $(UMFPACK_LIBS) $(AMD_LIBS) $(COLAMD_LIBS) \
|
|
$(CHOLMOD_LIBS) $(CCOLAMD_LIBS) $(CXSPARSE_LIBS) $(BLAS_LIBS) \
|
|
- $(FFTW_LIBS) $(LIBS) $(FLIBS)
|
|
+ $(FFTW_LIBS) $(LIBS) $(FLIBS) -lcamd
|
|
|
|
stmp-pic: pic
|
|
@if [ -f stmp-pic ]; then \
|