diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-24 06:55:26 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-24 06:55:26 +0800 |
commit | 208b127ddfe25e6f3c7a7a5e0824024eb4ae2667 (patch) | |
tree | 027054edc5157eab59ec8b38ad9abbdf2205f4ac | |
parent | e9b768d5d573cf7d6038f0e534a9fad7cf7a1193 (diff) | |
download | freebsd-ports-gnome-208b127ddfe25e6f3c7a7a5e0824024eb4ae2667.tar.gz freebsd-ports-gnome-208b127ddfe25e6f3c7a7a5e0824024eb4ae2667.tar.zst freebsd-ports-gnome-208b127ddfe25e6f3c7a7a5e0824024eb4ae2667.zip |
Fix broken fnlib port. The configure-type scripts in the distfile changed
but nothing else did.
PR: 12105,12362
-rw-r--r-- | graphics/fnlib/distinfo | 2 | ||||
-rw-r--r-- | graphics/fnlib/files/patch-ac | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/graphics/fnlib/distinfo b/graphics/fnlib/distinfo index 098466273576..178b11abad9a 100644 --- a/graphics/fnlib/distinfo +++ b/graphics/fnlib/distinfo @@ -1 +1 @@ -MD5 (fnlib-0.4.tar.gz) = 67f0bb2f55aa4a488800136e08a3a2a3 +MD5 (fnlib-0.4.tar.gz) = e05ca794e7ff510f420caa7258eff80f diff --git a/graphics/fnlib/files/patch-ac b/graphics/fnlib/files/patch-ac index d06d208136ee..427027136e87 100644 --- a/graphics/fnlib/files/patch-ac +++ b/graphics/fnlib/files/patch-ac @@ -1,11 +1,11 @@ ---- Fnlib/Makefile.in.orig Thu Dec 24 01:41:05 1998 -+++ Fnlib/Makefile.in Thu Dec 24 01:41:22 1998 -@@ -108,7 +108,7 @@ - priv.c \ - misc.c +--- Fnlib/Makefile.in.orig Wed Jun 23 15:44:35 1999 ++++ Fnlib/Makefile.in Wed Jun 23 15:44:47 1999 +@@ -107,7 +107,7 @@ + libFnlib_la_SOURCES = file.c file.h priv.c misc.c --libFnlib_la_LDFLAGS = -version-info 4:0:4 -+libFnlib_la_LDFLAGS = -version-info 0:4:0 - libFnlib_la_LDDADD = $(LIBS) - DEFS = -DSYSTEM_FNRC=\"@sysconfdir@/fnrc\" +-libFnlib_la_LDFLAGS = -version-info 4:0:4 ++libFnlib_la_LDFLAGS = -version-info 0:4:0 + libFnlib_la_LDDADD = $(LIBS) + + DEFS = -DSYSTEM_FNRC=\"@sysconfdir@/fnrc\" |