Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 286630
Collapse All | Expand All

(-)gdl-0.9rc4.old/configure.in (-1 / +1 lines)
Lines 989-995 Link Here
989
dnl perform program name transformation
989
dnl perform program name transformation
990
dnl AC_ARG_PROGRAM
990
dnl AC_ARG_PROGRAM
991
991
992
AC_CONFIG_FILES(Makefile src/Makefile src/antlr/Makefile src/pro/Makefile src/pro/dicom/Makefile testsuite/Makefile doc/Makefile)
992
AC_CONFIG_FILES(Makefile src/Makefile src/pro/Makefile src/pro/dicom/Makefile testsuite/Makefile doc/Makefile)
993
AC_OUTPUT
993
AC_OUTPUT
994
994
995
dnl == summary table =======================================
995
dnl == summary table =======================================
(-)gdl-0.9rc4.old/src/Makefile.am (-3 / +3 lines)
Lines 1-6 Link Here
1
# set the include path found by configure
1
# set the include path found by configure
2
INCLUDES = $(EXT_INCLUDES) $(all_includes)
2
INCLUDES = $(EXT_INCLUDES) $(all_includes)
3
SUBDIRS = antlr pro
3
SUBDIRS = pro
4
noinst_HEADERS = gdlwidget.hpp prognode.hpp prognodeexpr.hpp
4
noinst_HEADERS = gdlwidget.hpp prognode.hpp prognodeexpr.hpp
5
5
6
cpp_hpp_files = accessdesc.hpp arrayindex.hpp assocdata.cpp assocdata.hpp \
6
cpp_hpp_files = accessdesc.hpp arrayindex.hpp assocdata.cpp assocdata.hpp \
Lines 56-62 Link Here
56
gdl_CXXFLAGS = $(AM_CXXFLAGS)
56
gdl_CXXFLAGS = $(AM_CXXFLAGS)
57
# the library search path.
57
# the library search path.
58
gdl_LDFLAGS = $(all_libraries)
58
gdl_LDFLAGS = $(all_libraries)
59
gdl_LDADD = $(top_builddir)/src/antlr/libantlr.a -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11
59
gdl_LDADD = /usr/lib/libantlr.a -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11
60
endif
60
endif
61
61
62
# build as library (for python module)
62
# build as library (for python module)
Lines 72-77 Link Here
72
libgdl_la_LDFLAGS = $(all_libraries) -Wl,-z,muldefs
72
libgdl_la_LDFLAGS = $(all_libraries) -Wl,-z,muldefs
73
endif 
73
endif 
74
74
75
libgdl_la_LIBADD = $(top_builddir)/src/antlr/libantlr.la -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11
75
libgdl_la_LIBADD = /usr/lib/libantlr.la -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11
76
endif
76
endif
77
77

Return to bug 286630