File ucon64-2.0.0-ieee1284.patch of Package ucon64
--- src/Makefile.in +++ src/Makefile.in 2008/07/15 11:54:26 @@ -68,7 +68,7 @@ ifneq ($(OSTYPE),beos) ifeq ($(findstring freebsd,$(OSTYPE)),) # false if OSTYPE contains "freebsd" ifeq ($(findstring openbsd,$(OSTYPE)),) # false if OSTYPE contains "openbsd" -LDFLAGS+=-ldl +LDFLAGS+=-ldl -lieee1284 endif endif endif