diff options
-rw-r--r-- | sysutils/gdmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index 9d61f4b32b01..aa5ff273a00d 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -19,7 +19,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lm post-patch: @${REINPLACE_CMD} -e \ |