--- Makefile.orig Tue Aug 10 01:43:19 2004 +++ Makefile Sun Aug 15 20:25:56 2004 @@ -98,10 +98,10 @@ lLIBS_CFLAGS += -shared -fPIC -DPIC lLDFLAGS = $(LDFLAGS) lLDFLAGS += `pkg-config --libs gtk+-2.0 gthread-2.0` -ifeq ($(OPSY),FreeBSD) -OSREL = $(shell sysctl -n kern.osreldate) -lLDFLAGS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi) -endif +#ifeq ($(OPSY),FreeBSD) +#OSREL = $(shell sysctl -n kern.osreldate) +#lLDFLAGS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi) +#endif .PHONY: all plugins install install_plugins uninstall uninstall_plugins doc \ clean deps marshals gettext i18n install_i18n uninstall_i18n \