summaryrefslogtreecommitdiff
path: root/devel/libsml/files/patch-sml-Makefile
blob: 3b44bd092c56f3d9c360aaa05c434736a641b3a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- sml/Makefile.orig	2018-01-25 17:04:21 UTC
+++ sml/Makefile
@@ -4,10 +4,6 @@ CFLAGS += -I./include/ -fPIC -fno-stack-protector -g -
 # Available Flags:
 # SML_NO_UUID_LIB - compile without uuid lib
 
-ifneq ($(UNAME), Darwin)
-LIBS=-luuid
-endif
-
 NAME=libsml
 SOVERSION=1
 ifeq ($(UNAME), Darwin)