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

(-)gdal-1.8.1/swig/ruby/RubyMakefile.mk.orig (-1 / +1 lines)
Lines 25-31 Link Here
25
INSTALL_DIR := $(RUBY_EXTENSIONS_DIR)/gdal
25
INSTALL_DIR := $(RUBY_EXTENSIONS_DIR)/gdal
26
26
27
RUBY_INCLUDE = -I$(RUBY_INCLUDE_DIR)
27
RUBY_INCLUDE = -I$(RUBY_INCLUDE_DIR)
28
LDFLAGS += -Xcompiler -shared -L$(RUBY_LIB_DIR)
28
LDFLAGS += -shared -L$(RUBY_LIB_DIR)
29
RUBY_LIB := -l$(RUBY_SO_NAME)
29
RUBY_LIB := -l$(RUBY_SO_NAME)
30
30
31
build: $(RUBY_MODULES)
31
build: $(RUBY_MODULES)

Return to bug 402443